.bus-visual {
    margin: 0 0 50px;
}

.bus-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.smile-bus-section {
    display: grid;
    grid-template-columns: 400px 730px;
    gap: 70px;
    align-items: start;
}

.smile-bus-copy {
    padding-top: 55px;
}

.smile-bus-copy .eyebrow {
    margin: 0 0 18px;
    color: #418aa0;
    font-size: 17px;
    line-height: 1.4;
}

.smile-bus-copy h2 {
    margin: 0 0 38px;
    color: #4a4a4a;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.35;
}

.smile-bus-copy h2 strong {
    color: #22a8c9;
    font-weight: 400;
}

.smile-bus-copy .description {
    margin: 0;
    color: #666;
    font-size: 18px;
    line-height: 1.85;
}

.smile-bus-gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.smile-bus-gallery img + img {
    margin-top: 13px;
}

@media (max-width: 768px) {

    .smile-bus-section {
        display: block;
    }

    .smile-bus-copy {
        padding-top: 0;
        margin-bottom: 32px;
    }

    .smile-bus-copy h2 {
        font-size: 30px;
    }

    .smile-bus-copy .description {
        font-size: 16px;
    }
}
