.actual_services {
    background-color: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.actual_services h2 {
    margin-top: 0;
    margin-bottom: 60px;
}
.actual_services .actual-service-block {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-bottom: 3px solid #FFFFFF;
    margin-bottom: 40px;
}
.actual_services .actual-service-block:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.actual_services .actual-service-block .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 115%;
}
.service-block .title {
    margin-bottom: 20px;
}
.service-block .subtitle {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    color: #263F29;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tabs a {
    padding: 8px 12px;
    border: 1px solid #92CF33;
    text-decoration: none;
    color: #263F29;
    line-height: 140%;
}
.tabs a:hover {
    color: #FFFFFF;
    background-color: #92CF33;
    transition: all 0.1s ease-out;
}


@media (max-width: 780px) {
    .actual_services {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .actual_services h2 {
        margin-bottom: 30px;
    }
}
@media (max-width: 470px) {
	.video {
		height: 220px !important;
	}
}