.hero-why-dot-section {
    position: relative;
}

.bg-dots {
    background-image: url("../../../images/dots.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 440px;
    width: 100%;
    height: 957px;
    position: absolute;
}

.bg-dots.left {
    left: 0;
}

.bg-dots.right {
    right: 0;
    transform: rotate(180deg);
}

.hero-why-dot-wrapper {
    margin-top: 70px;
    margin-bottom: 20px;
}

.hero-why-dot-wrapper .hero-why-dot-subtitle {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.1487rem;
    color: #D1AAF7;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-why-dot-wrapper h1 {
    font-family: Quicksand, sans-serif;
    font-size: 88px;
    font-weight: 500;
    line-height: 105px;
    text-align: center;
    margin-bottom: 30px;
}

.hero-why-dot-wrapper .hero-why__text {
    font-family: Quicksand, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    max-width: 708px;
    margin: 0 auto;
}

.hero-why-dot-wrapper img {
    max-width: 1081px;
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.hero-why-dot-wrapper a {
    font-family: Quicksand, sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 37px;
    border-radius: 28px;
    color: #270648;
    background: #5edbbb;
    border: 2px solid #5edbbb;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 50px;
    margin: 36px auto 0;
    transition: 0.3s;
}

.hero-why-dot-wrapper a:hover {
    background: #4BAF95;
}

@media screen and (max-width: 1200px) {
    .bg-dots {
        background-image: none;
        width: 0;
    }
}

@media screen and (max-width: 800px) {
    .hero-why-dot-wrapper h1 {
        font-size: 40px;
        line-height: 48px;
    }
}