.info-top img {
    opacity: 1;
}

.info-top h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    color: white;
    margin-bottom: 35px;
    font-size: 45px !important;
}

.info-head {
    margin: 180px auto 105px auto;
}

.info-head .head-content {
    display: block;
    text-align: center;
}

.info-head .head-content h2 {
    display: block;
    font-size: 48px;
    font-weight: normal;
}

.info-head .head-content .subtitle {
    font-size: 28px;
    margin: 20px 0;
}

.info-head .head-content p {
    margin: 20px 0;
    line-height: 2;
}

.about {
    background-color: #F0F9FF;
    box-shadow: 0 4px 6px #0000004D; 
    padding-bottom: 0;
    margin-bottom: 70px;
}

.about .about-content {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-content h3 {
    margin-top: 70px;
    margin-bottom: 10px;
    font-size: 28px;
}

.about-list {
    width: 70%;
    margin: 70px;
}

.about-item {
    flex-basis: 33%;
    height: 350px;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: white;
    margin: 0 35px;
    padding: 40px;
}

.about .about-content .about-item {
    height: 18vw;
    margin: 0 25px;
    padding: 25px;
}

.about-item img {
    width: 80px;
    height: 80px;
    display: flex;
    margin: 0 auto;
    object-fit: contain;
}

.about-item h3 {
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 16px;
    font-weight: normal;
}

.about-item p {
    line-height: 2;
}

.entry {
    width: 80%;
    text-align: center;
    align-items: center;
    margin: 0 auto;
}

.entry h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.entry p {
    font-size: 24px;
}

.entry .btn {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 65px 0;
}

.entry .btn a {
    width: 145px;
    height: 40px;
    background-color: #4285F4;
    color: white;
    padding: 0;
    margin: 0 auto;
}

.entry .btn a span {
    margin-left: 0;
    color: white;
}

@media screen and (max-width: 1700px) {
    .info-top h3 {
        top: 35%;
    }

    .info-head {
        margin: 140px 70px 105px 70px;
    }

    .about-list {
        width: 100%;
        margin: 0;
    }

    .about .about-content .about-list {
        width: 90%;
        margin: 70px 70px 100px 70px;
    }

    .about-item {
        margin: 40px 0 0 0;
    }

    .about .about-content .about-item {
        height: 22vw;
        margin: 0 25px;
        padding: 40px;
    }

    .about-item:nth-child(2) {
        margin: 40px 5vw 0 5vw;
    }
}

@media screen and (max-width: 1500px) {
    .about .about-content .about-item {
        height: 24vw;
    }

    .about .about-content .about-item h3 {
        margin-bottom: 30px;
    }

    .about .about-content .about-item p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1500px) {
    .about .about-content .about-item {
        padding: 25px;
    }
}

@media screen and (max-width: 1120px) {
    .about-list {
        width: 90%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 70px auto;
    }

    .about-item {
        width: 50vw;
        height: 30vw;
        margin-bottom: 35px;
    }

    .about-item:nth-child(2) {
        width: 50vw;
        height: 30vw;
        margin-bottom: 35px;
    }

    .about .about-content .about-item {
        width: 40vw;
        min-width: 320px;
        height: 30vw;
        min-height: 330px;
        padding: 40px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1000px) {
    .about-list {
        display: flex;
    }
}

@media screen and (max-width: 700px) {
    .info-top h3 {
        top: 40%;
        font-size: 24px!important;
    }

    .info-head {
        margin: 140px 10px;
    }

    .info-head .head-content h2 {
        font-size: 28px;
    }

    .info-head .head-content .subtitle {
        font-size: 20px;
    }

    .about-item {
        width: 340px;
        height: 300px;
    }

    .about-item:nth-child(2) {
        width: 340px;
        height: 300px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 600px) {
    .info-top h3 {
        width: 80%;
        margin-top: 0;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .info-top h3 {
        margin-left: 0;
        margin-right: 0;
    }
}