:root {
  --main-color: #000C37;
}

.main-content{
    padding: 0;
    color: var(--main-color);
}

.sections {
    padding: 0px 0px 80px;
}

.copy-header{
    padding: 80px 0 120px;
    color: #fff;
}

.header-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.copy-content {
    padding-bottom: 80px;
}

.copy-header h1 {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.41;
    text-align: center;
    margin: 0;
}

.copy-header img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.copy-header p {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66;
    text-align: center;
    margin: 24px 0px;
}

.download-btn, .start-now-btn {
    display: inline-block;
    text-align: center;
    padding: 8px 24px;
    background-color: var(--main-color);
    box-shadow: 0px 4px 15px 0px rgba(58, 112, 191, 0.10);
    border-radius: 6px;
    color: #F8F9FD;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.62;
}

.download-btn:hover, .start-now-btn:hover {
    color: #F8F9FD;
    text-decoration: none;
    background-color: #001357;
}

.download-btn:active, .start-now-btn:active {
    background-color: var(--main-color);
}

.download-btn:focus, .start-now-btn:focus {
    outline: 1px solid var(--main-color);
}

.property-section {
    margin-bottom: 40px;
}

.property-section h2 {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    margin-bottom: 16px;
}

.property-section p, .sections-list_item p {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66;
}

.property-section ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
}

.property-section li {
    width: 100%;
    padding: 24px;
    background: linear-gradient(68deg, rgba(80, 173, 255, 0.50) -155.92%, rgba(242, 249, 255, 0.50) 82.92%);
    border-radius: 40px;
}

.icon-wrap {
    display: inline-block;
    padding: 12px;
    background-color: #F2F9FF;
    border-radius: 10px;
    margin-bottom: 16px;
}

.property-section li p {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66;
}

.sections-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sections-list_item h2 {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 16px;
}

.sale {
    width: 100%;
    padding: 40px 24px;
    background: linear-gradient(68deg, rgba(80, 173, 255, 0.50) -155.92%, rgba(242, 249, 255, 0.50) 82.92%);
    border-radius: 24px;
    text-align: center;
}

.sale h2 {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.sale-title-wrap {
    position: relative;
    width: 290px;
    margin: 0 auto 24px;
}

.sale-title-wrap img {
    position: absolute;
    width: 65.61px;
    height: 65.61px;
    top: 18px;
    left: -4px;
    transform: rotate(28deg);
}

.start-now-btn-wrap {
    display: block;
}

.start-now-btn {
    width: 100%;
}

footer{
    border-top: none;
}

@media only screen and (min-width: 466px) {
    .start-now-btn {
        width: auto;
    }

    .sale-title-wrap {
        width: 388px;
    }

    .sale-title-wrap img {
        width: 82.61px;
        height: 82.61px;
        top: 26px;
        left: 47px;
        transform: rotate(0deg);
    }
}

@media only screen and (min-width: 768px) {
    .sections {
        padding: 80px 0;
    }

    .copy-header img {
        width: 64px;
        height: 64px;
    }

    .copy-header h1 {
        font-size: 44px;
        line-height: 1.22;
    }

    .copy-header p, .property-section p, .property-section li p, .sections-list_item p {
        font-size: 14px;
        line-height: 1.57;
    }

    .property-section h2 {
        font-size: 32px;
        line-height: 1.31;
        margin-bottom: 24px;
    }

    .property-section ul {
        flex-direction: row;
    }

    .sections-list_item h2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .sale h2 {
        font-size: 32px;
        line-height: 1.31;
        margin: 0;
    }
    
    .sale-title-wrap {
        display: inline-block;
    }

    .sale-title-wrap {
        width: auto;
    }

    .sale-title-wrap img {
        width: 100.61px;
        height: 100.61px;
        top: 30px;
        left: 105px;
        transform: rotate(0deg);
    }
}

@media only screen and (min-width: 1440px) {
    .copy-content {
        padding-bottom: 120px;
    }

    .sections {
        padding: 120px 0;
    }

    .copy-header{
        padding: 168px 0 120px;
    }

    .copy-header h1 {
        font-size: 48px;
        line-height: 1.25;
    }

    .property-section {
        margin-bottom: 80px;
    }
    
    .copy-header p {
        width: 70%;
    }

    .copy-header p, .property-section p, .sections-list_item p {
        font-size: 16px;
        line-height: 1.62;
    }

    .property-section h2 {
        font-size: 36px;
        line-height: 1.33;
        margin-bottom: 40px;
    }

    .property-section ul {
        gap: 24px;
    }
    
    .sections-list {
        gap: 40px;
    }

    .sale h2 {
        font-size: 36px;
        line-height: 1.33;
        font-weight: 600;
    }

    .sale-title-wrap {
        margin-bottom: 32px;
    }

    .sale-title-wrap img {
        width: 113.61px;
        height: 113.61px;
        top: 30px;
        left: 120px;
        transform: rotate(0);
    }
}