/* First section container */
.why_choose_us_ad{
    background-image: url("/wp-content/themes/lenkijoje-pigiau/assets/img/why_choose_us_image.png");
    height: 662px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Inside of background image */
.why_choose_us_info{
    padding: 154px 100px;
}

/* Background image title */
.why_choose_us_title{
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 35px;
}

/* Background image grey text */
.why_choose_us_title .body1{
    color: var(--grey1);
}

/* Background image explanatory div */
.why_choose_us_div{
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Background image explanatory text */
.why_choose_us_div > span{
    text-wrap: balance;
}

/* Background image specific explanation div */
.why_choose_us_explanation{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 45px;
    width: 630px;
}

/* Purple circle */
.why_us_purple_circle{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--purple1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white1);
    font-size: 16px;
    font-weight: 500;
}

/* Shops*/
.why_choose_us_shops {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Shops container */
.shops_container{
    padding: 50px 100px;
}

/* Shops title */
.why_choose_us_shops .caption1{
    color: var(--grey1);
}

@media screen and (max-width:1100px) {

    /* Inside of background image */
    .why_choose_us_info{
        padding: 154px 50px;
    }

    /* Shops container */
    .shops_container{
        padding: 50px 50px;
    }
}

@media screen and (max-width:950px) {

    /* Background image specific explanation div */
    .why_choose_us_explanation {
        width: 530px;
    }
}

@media screen and (max-width:767px) {

    /* Background image container */
    .why_choose_us_ad{
        height: 523px;
    }

    /* Inside of background image */
    .why_choose_us_info{
        padding: 50px 20px;
    }

    /* Background image title */
    .why_choose_us_title{
        margin-bottom: 40px;
    }

    /* Background image title (black) */
    .why_choose_us_title .h2{
        font-size: 18px;
    }

    /* Background image title (grey) */
    .why_choose_us_title .body1{
        font-size: 14px;
    }

    /* Background image specific explanation div */
    .why_choose_us_explanation{
        gap: 20px;
        margin-bottom: 30px;
        width: 450px;
    }

    /* Background image explanatory div */
    .why_choose_us_div{
        gap: 10px;
        align-items: start;
    }

    /* Background image explanatory text */
    .why_choose_us_div span{
        font-size: 14px;
        text-wrap: unset;
    }

    /* Purple circle */
    .why_us_purple_circle{
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    /* Register button */
    .why_choose_us_info .main-button{
        height: 45px;
    }

    /* Shops container */
    .shops_container{
        padding: 30px 20px;
    }

    /* Shops container title */
    .why_choose_us_shops .caption1{
        font-size: 12px;
    }
}

@media screen and (max-width:479px) {

    /* Background image specific explanation div */
    .why_choose_us_explanation{
        width: 100%;
    }

    /* Inside of background image */
    .why_choose_us_info {
        padding: 35px 20px;
    }

}