section.main.landing2 {
    margin-top: 200px;
}

.landing2 h1 {
    font-weight: 400;
    font-style: Regular;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 90px;
    letter-spacing: 0%;
    text-align: center;
}

.topImage {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
}

.topImage img {
    width: 100%;
}

.topImage .head {
    font-size: 240px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.025em;
    text-align: left;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
}

.s_center {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.015em;
    text-align: center;
    color: #6D6D6D;

}
.bWrap {
    max-width: 1322px;
    margin: 0 auto;
}

.bWrap2 {
    max-width: 1379px;
    margin: 0 auto;
}

.pt1 {
    padding-top: 20px;
}

.imgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 120px;
    column-gap: 40px;
    margin-top: 120px;
}

.imgList.im {
    margin-bottom: 90px;
}

.imgList > * {
    width: calc(50% - 140px);
    display: inline-block;
}

.imgList img {
    margin-bottom: 20px;
}
.imgList > * img {
    display: inline-block;
    width: 100%;
}

.imgList.r3 > *  {
    width: calc(33.33% - (10px * 3 / 2));

}

.imgList.r0 > * {
    width: calc(100%);

}

.imgList a {
    text-decoration: underline;
}


.bordersBlock {
    /* border-top: 1px #D4D4D4 solid;
    border-bottom: 1px #D4D4D4 solid; */
    /* padding: 60px 0; */
    /* margin-top: 100px; */
    margin-bottom: 60px;
}
.txt {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: -0.015em;
    text-align: center;
}

.txt b {
    font-weight: bold;
}


.faqBlock {
    margin-top: 182px;
    margin-bottom: 182px;
}

.faqBlock .f {
    font-size: 30px;
    color: #2D303A;
    padding-bottom: 15px;
    border-bottom: 1px black solid;
    font-weight: 200;
}

.faqBlock .q {
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 79px;
    margin-top: 60px;
}

.faqBlock .q p {
    padding: 0;
    margin: 0;
    font-size: 36px;
    color: #2D303A;
    line-height: 1.2em;
}


@media (max-width: 640px) {

    .landing2 h1 {
        font-weight: 400;
        font-style: Regular;
        font-size: 24px;
        leading-trim: NONE;
        line-height: 1.3em;
        letter-spacing: 0%;
        text-align: center;
    }

    .txt {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.015em;
        text-align: center;

    }

    .bWrap { 
        max-width: calc(100% - 40px);
    }
    .topImage {
        margin-bottom: 0;
    }

    .bordersBlock {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .imgList {
        margin-bottom: 20px;
        column-gap: 20px;
        row-gap: 40px;
        margin-top: 0;
    }
    .imgList.im {
        margin-bottom: 20px;
        margin-top: 60px;
    }

    .imgList a {
        white-space: nowrap;
    }

    .imgList > * { 
        width: calc(45% - 20px);
        margin-bottom: 3px;
    }

    .imgList.r3 > * {
        width: calc(33.33% - (3px * 3 / 2));
    
    }


    .s_center { 
        font-size: 12px;
        margin-top: 0px;
    }

    .faqBlock {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .faqBlock .f {
        font-size: 16px;
    }

    .faqBlock .q {
        margin-top: 20px;
        column-gap: 20px;
    }

    .faqBlock .q img {
        width: 20px;
    }

    .faqBlock .q p {
        font-size: 20px;
    }

}