.logo img {
    height: 100px;
    width: 100px;
}

.heroText h1 {
    font-size: 50px;
    font-weight: 800;
    color: #008374;
    /* background-image: -webkit-linear-gradient(90deg, #059652, #f7d0c2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.heroText .heroIcon {
    display: flex;
    justify-content: center;
}

.heroText .heroIcon .icon-item {
    padding: 20px;
}

.heroText .heroIcon .icon-item i {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #008374;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 15px;
    font-weight: 600;
}

.heroText .heroIcon .icon-item a {
    color: #fff;
}

.heroButton {
    gap: 100px;
    font-size: 18px;
}

.contact {
    align-items: center;
    text-align: center;
}

.contact .info-container {
    background: transparent;
}

.contact .info-container .info-item {
    background: transparent;
}

.contact .info-container .info-item i {
    background: #008374;
    color: #fff;
}

.contact .info-container .info-content p {
    font-size: 18px;
    font-weight: 600;
}

.contact h2 {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .logo img {
        height: 70px;
        width: 70px;
    }

    .heroText h1 {
        font-size: 35px;
    }

    .hero {
        height: calc(50vh);
    }

    .custom-video,
    .news-detail-image {
        object-fit: cover;
        width: 100vw;
        height: 50vh;
    }
}
@media screen and (max-width: 478px) {
    .logo img {
        height: 50px;
        width: 50px;
    }

    .heroText h1 {
        font-size: 20px;
    }

    .hero {
        height: calc(100vh);
    }

    .custom-video,
    .news-detail-image {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
    }
}