@import url(variablesPage8.css);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 1440px;
    height: 926px;
    display: flex;
    justify-self: center;
    flex-direction: row;
    background: var(--color-3);
}

.section__img { 
    width: 656px;
    height: 862.5px;
    margin-top: 63px ;
}
.img-unsplash {
    width: 618.33px;
    height: 795.5px;
    position: absolute;
    margin-top: 67px;
    z-index: 3;
}
.ellipse {
    position: absolute;
    z-index: 1;
    width: 656px;
    height: 656px;
}
.pattern1 {
    width: 224px;
    height: 224px;
    position: absolute;
    z-index: 2;
}
.pattern2 {
    width: 224px;
    height: 224px;
    position: absolute;
    margin-top: 569px;
    margin-left: 430px;
}
.section__content {
    width: 487px;
    height: 674px;
    margin-left: 169px;
    margin-top: 134px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.section__content h1 {
    height: 416px;
    font-family: "WorkSans-Bold";
    font-size: 88px;
    color: var(--color-1);
}
.section__content p {
    height: 96px;
    font-family: "WorkSans-Light";
    font-size: 24px;
    color: var(--color-1);
}
.section__content button {
    width: 231px;
    height: 82px;
    border-radius: 36px;
    font-family: "WorkSans-Medium";
    font-size: 32px;
    border-style: none;
    background: var(--color-4);
    color: var(--color-2);
}
