.services__container {
    flex-direction: column;
    padding: 24px 0;
}

.services__img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 89%;
    height: 365px;
    margin: 0 auto;

    border-radius: 60px;

    background: url("/tpl/img/services-img.png") no-repeat;
    background-size: cover;
}

.services__img-text {
    font-family: inherit;
    font-size: 64px;
    font-weight: 700;
    line-height: 76px;
    text-align: center;

    color: #fff;

}

.services__nav {
    padding: 100px 0;
}

.services__nav-menu {
    display: flex;
    justify-content: center;
}

.services__nav-btn {
    padding: 6px 24px;

    border-radius: 30px;

    border: transparent;

    background: #fff;

    font-size: 32px;
    font-weight: 400;
    color: #2E4AAF;


}

.services__nav-btn_active {
    background: #E1662B;
    color: #fff;

}

.services__nav-container {
    display: flex;
    justify-content: center;
    gap: 72px;

    padding-top: 75px;
}

.services__img-container {
    width: 296px;
    height: auto;
}

.services__img {
    width: 100%;

    border-radius: 16px;
}

.services__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;

    max-width: 588px;
}

.services__content-title {
    font-size: 48px;
    font-weight: 600;

    color: #2E4AAF;
}

.services__content-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.4px;
    color: #141D40;


}

