﻿/* 
  ##Device = General
  ##Screen = All resolution
*/

.pages-content {
    margin-top: 3rem !important;
}

.value-title {
    text-align: center;
}

    .value-title h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 34px;
        line-height: 51px;
        color: #002239;
    }

.value-goals {
    padding: 0rem 4rem;
}

    .value-goals ul li {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        margin: 2rem 0rem;
    }

.value-subtitle {
    padding: 0rem 4rem;
}

    .value-subtitle h4 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 38px;
        color: #00233A;
    }

    .value-subtitle hr {
        background: #6A9C08;
        height: 2px;
    }

.elements-container {
    padding: 0rem 2.5rem;
}

.values-block {
    margin: 3rem 0rem;
    display: flex;
}

.block-img {
}

    .block-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.block-text {
    padding: 0rem 1rem;
    display: flex;
    flex-direction: column;
    align-self: center;
}

    .block-text h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 38px;
        color: #00233A;
    }

        .block-text h5 span {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 30px;
            line-height: 38px;
            color: #6A9C08;
        }

    .block-text p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }

    .block-text ul li {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        margin: 1rem 0rem;
    }


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    /* CSS */
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */
    .banner-second-pages {
        height: 30rem !important;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

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

    /* CSS */

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */

    .value-goals {
        padding: 0rem 1rem;
    }

        .value-goals ul li {
            font-size: 18px;
        }

    .value-subtitle {
        padding: 0rem 2rem;
    }

        .value-subtitle h4 {
            font-size: 22px;
        }

    .block-reverse {
        flex-direction: column-reverse;
    }

    .elements-container {
        padding: 0rem;
    }

    .values-block {
        margin: 0rem;
    }

    .block-text {
        padding: 1rem 1rem;
    }
}
