.contacts-section {
    padding: 100px 0;
}

.contacts-box {
    position: relative;
    overflow: hidden;
    padding: 72px;
    color: var(--white);
    background: var(--black);
    border-radius: 30px;
}

.contacts-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.contacts-content h2 {
    max-width: 730px;
    margin: 0;
    font-family: "Unbounded", sans-serif;
    font-size: clamp(33px, 4.5vw, 57px);
    line-height: 1.1;
    letter-spacing: -0.065em;
}

.contacts-content p {
    max-width: 570px;
    margin: 22px 0 32px;
    color: #c8c8c8;
    font-size: 17px;
    line-height: 1.65;
}

.contacts-decoration {
    position: absolute;
    right: -92px;
    bottom: -130px;
    width: 390px;
    height: 390px;
    background: var(--lime);
    border-radius: 50%;
}