.content7 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0,182,240);
    background: linear-gradient(180deg, rgba(0,182,240,0.1) 0%, rgba(0,182,240,0) 100%);
    position: relative;
    top: 800px;
    height: 443px;
    letter-spacing: 0.2px;
}
.content7__content {
    display: flex;
    width: 987px;
    height: 343px;
}
.content7__title {
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
    letter-spacing: 0.1px;
    width: 494px;
    height: 156px;
}
.content7__right-content {
    width: 446px;
    height: 343px;
}
.content7__description {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 231px;
}
.content7__text {
    color: var(--second-text);
    font-size: 19px;
    line-height: 30px;
}
.content7__btn {
    background-color: var(--primary);
    border-radius: 85px;
    color: var(--light-text);
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    height: 52px;
    width: 196px;
}