.text {
    color: #FFF;
    font-family: "Noto Sans";
    line-height: normal;
    font-style: normal;
    max-width: 712px;
}

.s1-button {
    margin-top: 24px;
}

.con-section2 {
    background-color: #FFF;
    padding: 120px 0;
    background-image: url("../images/contact/sec-2.png");
    background-position: 0%;
    background-repeat: no-repeat;
    justify-content: center;
    gap: 48px;
}

.con-section2-title {
    color: #020826;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.sec2-item-container {
    gap: 19px;
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 414px));
}

.text.font-64 {
    margin-bottom: 24px;
}

.sec2-item {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 16px;
    background: #F2F4FB;
}

.sec2-item img {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
}

.sec2-text {
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
}

.sec2-item-first.flex-v {
    gap: 24px;
    align-items: flex-start;
}

.con-section3 {
    padding: 120px 0;
    background-color: #EDF2F9;
    justify-content: center;
    gap: 72px;
    background-image: url("../images/contact/sec3-bg.svg");
    background-position: 70%;
    background-repeat: no-repeat;
}


.sec3-item-container {
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 535px));
}

.con-section3 .sec2-item {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(38, 181, 255, 0.06);
    padding:32px;
    justify-content: center;
    font-size: 16px;
    gap: 16px;
    line-height: normal;
}

.con-section3 .sec2-item img {
    margin-bottom: 0;
}


@media screen and (max-width: 1160px) {
    .sec2-item-container {
        grid-template-columns: repeat(2, minmax(auto, 414px));
    }

    .sec2-item-container .sec2-item:nth-child(3) {
        grid-column: 1 / 3;
    }

   
}

@media screen and (max-width: 991px) {
    .sec2-item-container {
        grid-template-columns: minmax(353px, 800px);
    }

    .sec2-item-container .sec2-item:nth-child(3) {
        grid-column: unset;
    }

    .new-section1 .font-44 {
        font-size: 32px;
    }

    .new-section1 .font-64 {
        font-size: 50px;
    }

    .new-section1 .font-18 {
        font-size: 17px;
    }
}


@media screen and (max-width: 767px) {
    .sec3-item-container {
        grid-template-columns: minmax(auto, 800px);
    }
}

@media screen and (max-width: 500px) {
    
    .sec2-item-container .sec2-item{
        padding: 24px;
    }

    .new-section1 .font-44 {
        font-size: 22px;
    }

    .new-section1 .font-64 {
        font-size: 32px;
    }

    .new-section1 .font-18 {
        font-size: 16px;
    }

    .new-section1 .s1-publicize {
        align-items: flex-start;
    }

    .sec3-item-container .sec2-item .sec2-item-first {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.nowrap {
    text-wrap: nowrap;
}

.font-64 {
    font-size: 64px;
}

.font-40 {
    font-size: 40px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-44 {
    font-size: 44px;
}

.weight-300 {
    font-weight: 300;
}

.flex-v {
    display: flex;
    align-items: center;
}

.flex-h {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bold {
    font-weight: 700;
}