#imageAndTextInvInv .section-layout-rows {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 100px 24px 150px;
}

#imageAndTextInv .container-layout-rows {
    margin: auto;
    /*padding-bottom: 100px;*/
}

#imageAndTextInv .inv {
    flex-direction: row-reverse;
}

#imageAndTextInv .item-layout {
    display: flex;
    gap: 80px;
    justify-content: center;
    padding: 0 88px 200px;
}
#imageAndTextInv.v4 .item-layout {
    padding-top: 200px;
    padding-bottom: 100px;
}

#imageAndTextInv .text-layout {
    align-items: flex-start;
    /*display: flex;*/
    gap: 24px;
    flex-direction: column;
    justify-content: center;
    order: unset;
    width: 50%;
    margin: 0;
}

#imageAndTextInv .listrow {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
#imageAndTextInv .listrow ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
#imageAndTextInv .listrow > p,
#imageAndTextInv .listrow ul > p,
#imageAndTextInv .listrow ul > ul{
    display: none;
}
#imageAndTextInv .listrow li {
    display: flex;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--color6);
    max-width: 454px;
}
#imageAndTextInv .listrow li::before {
    content: '';
    display: inline-flex;
    width: 33px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: .75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Ccircle cx='10.333' cy='10' r='10' fill='%23414141'%3E%3C/circle%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5335 6.36991C15.7852 6.65021 15.7777 7.0966 15.5167 7.36695L8.70842 14.4182C8.45404 14.6817 8.05108 14.6817 7.79669 14.4182L5.14904 11.6761C4.88801 11.4057 4.88049 10.9593 5.13226 10.679C5.38403 10.3987 5.79974 10.3907 6.06077 10.661L8.25256 12.931L14.6049 6.3519C14.866 6.08155 15.2817 6.08961 15.5335 6.36991Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
}
/*#imageAndTextInv .p {*/
/*    font-family: coves_bold-webfont;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    font-size: 17px;*/
/*    line-height: 150%;*/
/*    color: #000000;*/
/*}*/
#imageAndTextInv .bajada {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: justify;
    font-family: var(--font-regular);
    padding-bottom: 2rem;
    color: var(--color6);
}
#imageAndTextInv .bajada ul {
    margin-top: 40px;
}
#imageAndTextInv .bajada ul li {
    margin-bottom: 60px;
    font-family: var(--font-bold);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
#row2 .bajada ul li:last-child {
    margin-bottom: 0 !important;
}
#imageAndTextInv .bajada ul li p {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--color6);
}

#imageAndTextInv .item-layout img {
    height: auto;
    object-fit: cover;
    width: 100%
}

#imageAndTextInv .layout-img-mobile {
    display: none;
}

#imageAndTextInv .item-layout .section-layout {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #333333;
    justify-content: left;
    padding-bottom: 1.5rem;
}

#imageAndTextInv .item-layout .title-layout {
    font-family: var(--font-bold);
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.625rem;;
    /*text-transform: uppercase;*/
    text-align: left;
    color: var(--color2);
    /*margin-bottom: 24px;*/
    padding-bottom: 2rem;
}

#imageAndTextInv .item-layout .content-layout {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -.19px;
    line-height: 34px;
    text-align: left;
}
//buttons 
#imageAndTextInv .cont-btn .btn {
    min-width: 300px;
    text-align: center;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}

 #imageAndTextInv .cont-btn .btn+.btn {
    margin-top: 24px;
}
 #imageAndTextInv .cont-btn {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 2.5rem;
    gap: 8px;
}

 #imageAndTextInv .btn {
    padding: 15px 30px;
    color: #232323;
    transition: .3s all ease;
    font-size: 15px;
}

 #imageAndTextInv .btn-main {
    background-color: #ffffff;
    width: 292px;
    /* color: #000000; */
    height: 48px;
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 32px;
    justify-content: center;
}

#imageAndTextInv .btn-main.btn-lightblue {
    background-color: var(--color5);
    color: #ffffff;
}
#imageAndTextInv .btn-main.btn-lightblue:hover {
    background-color: #264371;
}
#imageAndTextInv .btn-main.btn-white {
    background-color: #fff;
    border: 1px solid var(--color5);
    color: var(--color5);
}
#imageAndTextInv .btn-main.btn-white:hover {
    background-color:#E2E9F5;
}

 #imageAndTextInv .btn-main:hover {
    background-color: #3E3E3F;
    /*color: #ffffff;*/
}

 #imageAndTextInv .btn-secundary {
    background-color:var(--brand);
    color: #ffffff;
    width: 419.98px;
    height: 56.4px;
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
}

 #imageAndTextInv .btn-secundary:hover {
    background-color: var(--brandDark);
    color: #ffffff;
}

 #imageAndTextInv .btn img {
    vertical-align: middle;
    margin-left: 8px;
    width: 24px;
    position: relative;
}

#imageAndTextInv .quote {
    font-size: 12px;
    line-height: 1rem;
    text-align: center;
    font-style: italic;
    color: #6C6C6C;
    padding-top: 40px;
}
@media (max-width: 1440px) {
    #imageAndTextInv .cont-btn .btn+.btn {
        margin-top: 11.15px;
    }
    #imageAndTextInv .btn-main {
        background-color: #ffffff;
        width: 318.98px;
        color: #2A609D;
        height: 52.69px;
        font-family: var(--font-bold);
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        align-items: center;
        padding-left: 0px;
        padding-bottom: 15px;
        padding-right: 0px;
        padding-top: 12px;
    }
    #imageAndTextInv .cont-btn {
        margin-top: 17px;
    }
}
@media (max-width: 767px) {
    #imageAndTextInv .cont-btn {
        margin-top: 24px;
        text-align: center;
    }
    #imageAndTextInv .btn {
        width: 100%;
        text-align: center;
        max-width: 400px;
    }
    #imageAndTextInv .cont-btn .btn {
        min-width: auto;
    }
    #imageAndTextInv .cont-btn .btn+.btn {
        margin-top: 0;
    }
    #imageAndTextInv .hero__content .cont-btn {
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        padding: 0 16px 12px;
    }
    #imageAndTextInv .btn-main {
        border-radius: 4px;
        width: 90% !important;
    }
    #imageAndTextInv .cont-btn {
        gap: 20px;
    }

    #imageAndTextInv .hero__content .cont-btn .btn {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 16px;
        align-items: center;
        text-align: center;
        height: 38px;
        padding: 21.5px;
        text-transform: uppercase;
        border: 2px solid #2A609D;
    }
}
@media (min-width: 500px) and (max-width: 766px) {
   #imageAndTextInv .hero__content .cont-btn .btn {
    padding-bottom: 22px;
    padding-top: 22px;
    }
}
@media (min-width: 767px) and (max-width: 1000px) {
    #imageAndTextInv .cont-btn {
        padding: 0;
    }
}


@media screen and (max-width: 1369px) {
    #imageAndTextInv .text-layout {
        width: 50%;
    }
    #imageAndTextInv .item-layout {
        gap: 48px;
    }

    #imageAndTextInv .item-layout img {
        display: flex;
    }

    #imageAndTextInv ul.list {
        list-style-type: circle;
        line-height: 20px;
    }

    #imageAndTextInv .p {
        font-size: 13px;
        line-height: 16px;
    }
    #imageAndTextInv .item-layout .title-layout {
        font-size: 24px;
        line-height: 32px;
        /*font-family: coves_bold-webfont;*/
    }
    #imageAndTextInv .item-layout .section-layout {
        font-size: 16px;
        line-height: 20px;
    }

    #imageAndTextInv .bajada {
        font-size: 16px;
        line-height: 150%;
        font-family: var(--font-regular);
    }
    #imageAndTextInv .bajada ul li {
        margin-bottom: 44px;
    }

}
@media (max-width: 990px) {
    #imageAndTextInv .item-layout {
         padding: 0 24px 100px; 
    }
    #imageAndTextInv .text-layout {
        width: 80%;
        align-self: center;
    }
    #imageAndTextInv .item-layout .section-layout,
    #imageAndTextInv .item-layout .title-layout{
        text-align: center;
    }
    #imageAndTextInv .bajada {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    #imageAndTextInv .cont-btn {
        align-items: center;
    }
}

@media screen and (max-width: 965px) {
    #imageAndTextInv .p {
        font-size: 12px;
        line-height: 15px;
    }
    #imageAndTextInv .item-layout .title-layout {
        font-size: 18px;
        line-height: 24px;
    }
    #imageAndTextInv .item-layout .section-layout {
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 768px) {
    #imageAndTextInv .item-layout {
        flex-direction: column;
        padding: 0;
        padding-bottom: 100px;
    }
    #imageAndTextInv .item-layout img {
        display: flex;
        min-width: 271px;
    }

    #imageAndTextInv .listrow li {
        padding-bottom: 2%;

    }

    #imageAndTextInv .text-layout {
        order: -1;
        width: 100%;
        padding: 0 24px;
    }

    #imageAndTextInv .item-layout .title-layout {
        font-size: 22px;
        line-height: 27px;
    }
    #imageAndTextInv .bajada {
        font-style: normal;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 150%;
        text-align: center;
    }
}

@media (max-width: 520px) {
    #imageAndTextInv .bajada {
        text-align: center;
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    #imageAndTextInv .item-layout {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
    #imageAndTextInv .text-layout {
        align-items: self-start;
    }
    #imageAndTextInv .container-layout-rows {
        padding: 0rem;
    }
    #imageAndTextInv .text-layout {
        padding: 0px 16px;
    }
    #imageAndTextInv .item-layout img {
        display: flex;
    }
    #imageAndTextInv ul.list {
        list-style-type: circle;
        line-height: 20px;
    }
    #imageAndTextInv .listrow {
        padding-left: 0;
    }
    #imageAndTextInv .listrow li {
        padding-bottom: 14px;
        font-size: 16px;
        line-height: 22px;
    }
    #imageAndTextInv .p {
        font-size: 12px;
        line-height: 15px;
    }
    #imageAndTextInv .item-layout .title-layout {
        font-size: 17px;
        line-height: 21px;
    }
    #imageAndTextInv .item-layout .section-layout {
        font-size: 12px;
        line-height: 15px;
    }
    #imageAndTextInv .layout-img-mobile {
        display: flex;
    }
    #imageAndTextInv .layout-img {
        display: none;
    }
    #imageAndTextInv .item-layout {
        gap: 40px;
    }
    #imageAndTextInv.v4 .item-layout {
        padding-top: 0;
        padding-bottom: 0;
    }
    #imageAndTextInv.v4 .section-layout-rows {
        padding: 0;
        padding-top: 100px;
    }
    #imageAndTextInv .section-layout-rows {
        padding: 100px 0;
    }
    #imageAndTextInv .item-layout .section-layout {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 13px;
    }
    #imageAndTextInv .item-layout .title-layout {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 13px;
    }
    #imageAndTextInv .bajada {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 13px;
    }
}