.selection-heading {
    padding: 42px 0 0 0;
}

.selection-heading + .box .page-title {
    margin: 30px 0;
}

.selection-heading .wrapper {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.selection-back {
    display: flex;
    align-items: center;
    gap: 17px;
    max-width: 158px;
    text-decoration: none;
}

.selection-back__arrow {
    width: 81px; 
    height: 20px;
    stroke: #222222;
}

.selection-back__text {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #222222;
}

.selection-back:hover .selection-back__text,
.selection-back:focus .selection-back__text  {
    color: #00AFFF;
}

.selection-back:hover .selection-back__arrow,
.selection-back:focus .selection-back__arrow  {
    stroke: #00AFFF;
}

.selection-banner {
    padding: 0px 0 32.2% 0;
    margin: 46px 0 0 0;
}

.selection-banner img {
    display: block; 
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media(max-width: 1024px) {
    .selection-heading .wrapper {
        padding: 0 16px;
    }

    .selection-banner {
        border-radius: 15px;
        padding: 0px 0 32.6% 0;
    }

    .selection-back:hover .selection-back__text,
    .selection-back:focus .selection-back__text  {
        color: #222222;
    }

    .selection-back:hover .selection-back__arrow,
    .selection-back:focus .selection-back__arrow  {
        stroke: #222222;
    }
}

@media(max-width: 767px) {
    .selection-heading {
        padding: 8px 0 0 0;
    }

    .selection-heading .wrapper {
        padding: 0 16px;
    }

    .selection-back {
        gap: 13px;
        max-width: 126px;
    }
    
    .selection-back__arrow {
        width: 50px; 
        height: 11px;
    }
    
    .selection-back__text {
        font-size: 16px;
    }

    .selection-banner {
        margin: 36px 0 0 0;
    }
    
}