.hero-section {
    background-image: url(../../../assets/img/bg/2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 0px;
    color: white;
    text-align: center;
    padding: 140px 0;
    position: relative;
    margin-bottom: 150px;
}

.hero-section h1 {
    font-size: 2.5em;
    margin: 0;
}

.hero-section p {
    font-size: 1.2em;
    margin-top: 10px;
}

.icon-wrapper {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
    background-color: #55bae4;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.icon-wrapper:hover {
    background-color: #6ce398;
}

.hero-section .icon-wrapper i {
    color: white;
    font-size: 2em;
}

.mfp-iframe-holder .mfp-content {
    max-width: 80vw;
    max-height: 80vh;
    margin: 0 0 0 0;
    margin-right: 30%;
    margin-bottom: 10%;
    position: relative;
    text-align: center;
}

.mfp-iframe-holder .mfp-close {
    top: -40px !important;
    right: -650px !important;
}