.space {
    background: #F2F5FF;
}

.space-row {
    display: flex;
    justify-content: space-between;
    column-gap: 62px;
    align-items: center;
    padding-bottom: 60px;
    padding-top: 60px;
}

.space-content {
    max-width: 514px;
}

.space-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 20px;
}

.space-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 39px;
    color: #666666;
    margin-bottom: 30px;
}

.space-img-girl {
    border-radius: 60px 10px;
}

.space-btn {
    width: 229px;
    height: 70px;
    left: 746px;
    top: 609px;
    background: #054C73;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.space-btn:hover {
    background: #216c94;
}

.space-btn, .space-btn a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (max-width: 1130px) {
    .space-row {
        column-gap: 32px;
    }

    .space-title {
        font-size: 28px;
    }

    .space-text {
        font-size: 18px;
    }
}

@media (max-width: 930px) {
    .space-btn {
        width: 200px;
    }

    .space-btn, .space-btn a {
        font-size: 14px;
    }
}

@media (max-width: 760px) {
    .space-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }    

    .space-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .space-text {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 29px;
    }

    .space-img-girl {
        width: 60%;
        height: auto;
        margin-top: 10px;
        border-radius: 30px 10px;
    }

    .space-btn, .space-btn a {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .space-btn {
        width: 150px;
    }
}