#services-section-one-container {
    margin-top: 80px;
    margin-bottom: 20px;
}

.anchor {
    display: block;
    position: absolute;
    top: -55%;
    visibility: hidden;
}

.services-page-header-container {
    width: fit-content;
    padding-left: 60px;
    font-size: 53px;
    font-family: rokh-regular, Sans-Serif;
    line-height: 67px;
    height: 200px;
    position: relative
}

#services-section-two-container {
    background-color: #ffac43;
    display: flex;
    justify-content: center
}

#services-section-two-text {
    margin-inline: 20%;
    margin-top: 50px;
    margin-bottom: 40px;
    color: white;
    font-family: rokh-black;
    font-size: 40px;
    text-align: center
}

#title-shadow {
    top: -30px;
    right: 20px;
    color: rgba(255, 187, 100, 0.35)
}

.btn-service {
    font-family: iranyekan-light;
    font-size: 15px;
    border-radius: 100px;
    padding: 10px 40px;
    border-color: white;
    color: white;
}

.btn-service:hover {
    background-color: rgb(255, 172, 67);
    color: white;
    border-color: rgb(255, 172, 67);
}

.service-section-container {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    position: relative;
    width: 100%;
}

.service-section-text-column {
    width: 60% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: 20%;
    z-index: 100;
    width: 100% !important;
    height: 50vh;
}

.service-section-text-column .title {
    font-size: 30px;
    font-family: rokh-bold;
    color: white;
}

.service-section-text-column .description {
    font-size: 14px;
    color: white;
    text-align: center;
    font-family: iranyekan-light;
}

.img-overlay {
    background-color: rgba(21, 21, 21, 0.5);
    transition: .2s;
}

.img-overlay:hover {
    background-color: rgba(21, 21, 21, 0.65);
    box-shadow: 10px 10px 0px 1px rgb(255, 172, 67);
}

.service-img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

@media screen and (max-width: 1024px) {
    .question-and-answers {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 991px) {
    #services-section-one-container {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #services-section-two-container {
        margin-top: 40px;
    }

    #services-section-two-text {
        font-size: 30px;
    }

    #title-shadow {
        top: 0px;
    }

    #services-section-one-text-container {
        margin-top: -50px;
    }
}

@media screen and (max-width: 579px) {
    .services-page-header-container {
        font-size: 40px;
    }
}
