.home .wd-info-box {
    width: max-content;
    align-items: center;
}

body .wd-info-box .info-box-title {
    line-height: 1;
    margin: 0;
}

.atts .wd-info-box {
    margin: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f7faf9;
    padding: 15px 25px;
    text-align: center;
}

.homepage-f2 .sub-f2 .c1 .wd-info-box {
    margin-left: auto;
}

.homepage-f2 .sub-f1 .wpb_text_column.t-secondary h3 {
    font-size: 3rem;
    width: 100%;
    max-width: 800px;
    margin: auto;
    text-align: center;
    line-height: 1.5;
    margin-top: 2rem;
    color: var(--wd-primary-color);
}

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

    .homepage-f2 .custom-info-tarwi.p1 {
        position: relative;
        z-index: 1;
    }

    .homepage-f2 .custom-info-tarwi p {
        font-family: 'Made Tommy Bold';
        font-size: 50px;
        display: flex;
        gap: 3%;
        line-height: 1.25;
    }

    .homepage-f2 .custom-info-tarwi.p1 p {
        transform: translate(60%, -65%);
    }

    .homepage-f2 .custom-info-tarwi.p1 .mc{
        font-size: 66%;
        flex: 1 auto;
        position: relative;
    }

    .homepage-f2 .custom-info-tarwi.p1 .three {
        font-size: 50%;
        position: absolute;
        width: max-content;
        left: 0;
        bottom: 0;
    }

    .homepage-f2 .custom-info-tarwi.p2 p {
        flex-direction: column;
        text-align: right;
    }

    .homepage-f2 .custom-info-tarwi.p2 .second {
        font-size: 60%;
        text-align: right;
    }

    .homepage-f2 .custom-info-tarwi.p3 p {
        flex-direction: column;
        text-align: right;
        transform: translate(3%, 72%);
        line-height: 1;
    }

    .homepage-f2 .custom-info-tarwi.p3 .first {
        font-size: 60%;
    }

    .homepage-f2 .custom-info-tarwi.p4 p{
        flex-wrap: wrap;
        transform: translate(-10%, -30%);
    }

    .homepage-f2 .custom-info-tarwi.p4 .first{
        width: max-content;
        font-size: 60%;
        display: flex;
        align-items: flex-end;
    }

    .homepage-f2 .custom-info-tarwi.p4 .second{
        width: max-content;
        font-size: 95%;
        display: flex;
        align-items: flex-end;
        line-height: 1;
    }

    .homepage-f2 .custom-info-tarwi.p5 .second{
        font-size: 70%;
        align-items: end;
        line-height: 1.5;
        display: flex;
    }

    .homepage-f2 .custom-info-tarwi.p6 p{
        flex-direction: column;
        transform: translate(-20%, 40%);
        line-height: 1;
    }

    .homepage-f2 .custom-info-tarwi.p6 .first{
        font-size: 70%;
    }

}

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

    .homepage-f2 .custom-info-tarwi p {
        font-family: 'Made Tommy Bold';
        font-size: 22px;
        line-height: 1.25;
    }

}

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

    .hidden-mobile{
        display: none;
    }

    .sub-f2 .c2 {
        order: 1;
    }

    .atts .wd-info-box {
        margin: 0 0 20px 0 !important;
    }

    .homepage-f2 .sub-f2 .c1 .wd-info-box {
        margin-left: 0;
    }

    .homepage-f2 .sub-f1 .wpb_text_column.t-secondary h3 {
        font-size: 24px;
    }

    body .wd-info-box {
        width: 100%;
    }

    .homepage-f2 .sub-f2 .custom-info-tarwi:last-child{
        margin-bottom: 0;
    }

    .homepage-f2 .sub-f2 .custom-info-tarwi{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .homepage-f2 .sub-f2 .custom-info-tarwi > div{
        flex: 1;
    }

    .homepage-f2 .sub-f2 .custom-info-tarwi:before{
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        height: 40px;
        width: 40px;
        display: inline-flex;
        margin-inline-end: 12px;
    }

    .homepage-f2 .sub-f2 .custom-info-tarwi.p1:before{
        background-image: url(/wp-content/uploads/2023/09/Group-1597199.svg);
    }

    .homepage-f2 .sub-f2 .custom-info-tarwi.p2:before{
        background-image: url(/wp-content/uploads/2023/09/Group-1597200.svg);
    }

    .homepage-f2 .sub-f2 .custom-info-tarwi.p3:before{
        background-image: url(/wp-content/uploads/2023/09/Group-1597201.svg);
    }

    .homepage-f2 .sub-f2 .custom-info-tarwi.p4:before{
        background-image: url(/wp-content/uploads/2023/09/Group-1597202.svg);
    }

    .homepage-f2 .sub-f2 .custom-info-tarwi.p5:before{
        background-image: url(/wp-content/uploads/2023/09/Group-1597203.svg);
    }

    .homepage-f2 .sub-f2 .custom-info-tarwi.p6:before{
        background-image: url(/wp-content/uploads/2023/09/Group-1597204.svg);
    }

}

@media screen and (min-width: 769px) {

    .hidden-desktop{
        display: none;
    }

}