.description{
    margin-bottom: 4rem;
}
.description img{
    width: 300px;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
}
.description p{
    text-align: center;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
}

.custom-banner-section .pc-custom-banner{
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1024px;
    margin-bottom: 40px;
}
.custom-banner-section .sp-custom-banner{
    display: none;
}

.custom-banner-section .pc-custom-banner:hover{
    scale: 0.9;
}

@media (max-width: 768px) {
    .description p{
        text-align: left;
        max-width: 90vw;
        margin: auto;
    }
    .custom-banner-section .pc-custom-banner{
        display: none;
    }
    .custom-banner-section .sp-custom-banner{
        margin: auto;
        display: block;
        width: 100%;
        max-width: 1024px;
        margin-bottom: 40px;
    }
}
