

/* Normal desktop :1200px. */
.refreshed-section {
    margin-right: 5px;
    width: 70%;
}

.background {
    background-image: url(/cdn/lesthe/inc/assets-w-1.2/img/background-refreshed-section.jpg);
    background-position: center;
    background-size: cover;
    padding: 35px;
    /* background-color: #f7e7df49; */
    /* background-color: rgba(0, 0, 0, 0.103); */
    background-blend-mode: multiply;
}

.white-background {
    width: 80%;
    padding: 35px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.637);
    margin-bottom: 20px;
    text-align: left;
}

.refreshed-section .flex-column {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: left;
}


.bullets .content-support {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.bullets .content-support .img-support {
    left: 0;
    right: 0;
}

.bullets p {
    text-align: left;
    padding: 10px;
    margin: auto;
    font-size: 20px;
}

.bullets div img {
    height: 10vh;
    margin: 10px;
    /* margin-top: -50px; */
}

.bullets p span {
    color: #d03769;
}

.bullet-last {
    background: linear-gradient(0.95turn, #be9a98, #dfd1cd7a, #ecd2ff);
    padding: 20px;
    text-align: center;
}

.bullet-last h3 {
    color: #385594;
    font-family: 'Crimson Text', serif;
    animation: colorChange 10s infinite;
    text-align: left;
    text-align: center;
    /* background: linear-gradient(0.25turn, #3f87a6, #ebf8e1, #f69d3c);
	-webkit-text-fill-color: transperent;
	-webkit-background-clip: text; */
}

@keyframes colorChange {
    0% {
        color: #385594;
    }

    25% {
        color: #673894;
    }

    50% {
        color: #d03769;
    }

    75% {
        color: #8d2c88;
    }

    100% {
        color: #385594;
    }
}




/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .refreshed-section {
        margin-right: 5px;
        width: 90%;
    }

    .white-background {
        width: 90%;
        padding: 25px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.637);
        margin-bottom: 20px;
        text-align: left;
    }


    .bullets div img {
        height: 10vh;
        margin: 10px;
        /* margin-top: -50px; */
    }

    .bullets p span {
        color: #d03769;
    }

    .bullet-last {
        background: linear-gradient(0.95turn, #be9a98, #dfd1cd7a, #ecd2ff);
        padding: 20px;
        text-align: center;
    }



    @keyframes colorChange {
        0% {
            color: #385594;
        }

        25% {
            color: #673894;
        }

        50% {
            color: #d03769;
        }

        75% {
            color: #8d2c88;
        }

        100% {
            color: #385594;
        }
    }
}




/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .refreshed-section {
        margin-right: 5px;
        width: 100%;
    }

    .white-background {
        width: 100%;
        padding: 15px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.637);
        margin-bottom: 20px;
        text-align: center;

    }

    .white-background h2 {
        font-size: 25px;
    }

    .white-background h3 {
        font-size: 20px;
    }


    .bullets div img {
        height: 10vh;
        margin: 10px;
        /* margin-top: -50px; */
    }

    .bullets p span {
        color: #d03769;
    }


    .bullet-last {
        background: linear-gradient(0.95turn, #be9a98, #dfd1cd7a, #ecd2ff);
        padding: 20px;
        text-align: center;
    }



    @keyframes colorChange {
        0% {
            color: #385594;
        }

        25% {
            color: #673894;
        }

        50% {
            color: #d03769;
        }

        75% {
            color: #8d2c88;
        }

        100% {
            color: #385594;
        }
    }
}


/* small mobile :320px. */
@media (max-width: 767px) {

    /* new code */
    .container {
        margin: auto;
        text-align: center;
    }

    .background {
        background-image: url(/cdn/lesthe/inc/assets-w-1.2/img/backgr-mobile.jpg);
        background-position: center;
        background-size: cover;
        padding: 35px;
        /* background-color: #f7e7df49; */
        /* background-color: rgba(0, 0, 0, 0.103); */
        background-blend-mode: multiply;
    }

    .refreshed-section {
        margin-right: 0px;
        width: 100%;
    }

    .white-background h2 {
        font-size: 25px;
    }

    .white-background h3 {
        font-size: 20px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .background {
        padding: 10px;
    }

    .white-background {
        width: 100%;
        padding: 15px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.637);
        margin-bottom: 10px;
        text-align: center;
    }

    .white-background h2 {
        font-size: 30px;
    }

    .bullets div img {
        height: 10vh;
        margin: 5px;
        /* margin-top: -50px; */
    }

    .bullets p {
        text-align: left;
        font-size: 16px;
        padding: 5px;
    }

    .bullet-last {
        background: linear-gradient(0.95turn, #be9a98, #dfd1cd7a, #ecd2ff);
        padding: 20px;
        text-align: center;
    }

    .bullets .content-support {
        margin: 5px;
    }


    @keyframes colorChange {
        0% {
            color: #385594;
        }

        25% {
            color: #673894;
        }

        50% {
            color: #d03769;
        }

        75% {
            color: #8d2c88;
        }

        100% {
            color: #385594;
        }
    }
}



/* Large Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .refreshed-section {
        margin-right: 0px;
        width: 100%;
    }

    .background {
        background-image: url(/cdn/lesthe/inc/assets-w-1.2/img/backgr-mobile.jpg);
        background-position: center;
        background-size: cover;
        padding: 35px;
        /* background-color: #f7e7df49; */
        /* background-color: rgba(0, 0, 0, 0.103); */
        background-blend-mode: multiply;
    }

    .container {
        padding-right: 0px;
    }

    .background {
        padding: 15px;
    }

    .white-background h2 {
        font-size: 25px;
    }

    .white-background h3 {
        font-size: 20px;
    }

    .white-background {
        width: 100%;
        padding: 15px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.637);
        margin-bottom: 20px;
        text-align: left;
    }


    .bullets div img {
        height: 10vh;
        margin: 10px;
        /* margin-top: -50px; */
    }

    .bullets p span {
        color: #d03769;
    }

    .bullet-last {
        background: linear-gradient(0.95turn, #be9a98, #dfd1cd7a, #ecd2ff);
        padding: 20px;
        text-align: center;
    }


    @keyframes colorChange {
        0% {
            color: #385594;
        }

        25% {
            color: #673894;
        }

        50% {
            color: #d03769;
        }

        75% {
            color: #8d2c88;
        }

        100% {
            color: #385594;
        }
    }
}

@media (min-width: 1600px) {
    .background {

	background-image: url(/cdn/lesthe/inc/assets-w-1.2/img/backgr-passion-1600.jpg);
    }


}
