 


.desktop {
    display: none;
}

.mobile {
    display: block;
}

.summer-sale-step2 {
    position: relative;
}

.summer-div {
    position: absolute;
    top: 63%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 100%;


}

.summer-div h2 {
    text-align: left;
    color: white;
    text-transform: uppercase;
    width: 95%;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
}

.summer-div h2 span {
    font-weight: 600;
    display: block;
    font-size: 26px;
    color: #f6efdf;
    text-shadow: rgb(255, 176, 1) 1px 0px 0px, rgb(255, 176, 1) 0.540302px 0.841471px 0px, rgb(255, 176, 1) -0.416147px 0.909297px 0px, rgb(255, 176, 1) -0.989992px 0.14112px 0px, rgb(255, 176, 1) -0.653644px -0.756802px 0px, rgb(255, 176, 1) 0.283662px -0.958924px 0px, rgb(255, 176, 1) 0.96017px -0.279415px 0px;
}

.summer-div h2 b {
    font-weight: 600;
    background-color: #ffb001;
    color: white;
    padding: 1px 4px;
    border-radius: 5px;
}


@media only screen and (min-width: 500px) {
    .summer-div h2 {
        font-size: 24px;
    }

    .summer-div h2 span {
        font-weight: 600;
        display: block;
        font-size: 32px;
    }





}


@media only screen and (min-width: 768px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .summer-div h2 {
        font-size: 18px;
    }

    .summer-div h2 span {
        font-size: 24px;
    }

    .summer-div {
        position: absolute;
        top: 70%;
        left: 52%;
    }



    


}

@media only screen and (min-width: 1200px) {}