.collection {
    min-height: 749px;
    position: relative;
}

.collection-block {
    max-width: 643px;
    background-color: #DFE9F4;
    position: absolute;
    left: 50%;
    top: 20%;
    height: 443px;
    border-radius: 10px;
}

.collection-row {
    padding-top: 37px;
    padding-left: 39px;
    padding-right: 45px;
    padding-bottom: 41px;
}

.collection-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.collection-subtitle {
    font-weight: 700;
    font-size: 52px;
    line-height: 125%;
    color: #054C73;
    margin-bottom: 20px;
}

.collection-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 217%;
    margin-bottom: 30px;
}

.collection-btn-block {
    width: 229px;
    height: 70px;
    left: 746px;
    top: 609px;
    background: #054C73;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collection-btn-block:hover {
    background: #216c94;
}

.collection-btn, .collection-btn a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.collection-bg-img {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.collection-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1350px) {
    .collection-block {
        max-width: 543px;
    }

    .collection-subtitle {
        font-size: 42px;
    }

    .collection-text {
        font-size: 16px;
    }

    .collection-row > * {
        margin-bottom: 30px;
    }
}

@media (max-width: 1130px) {
    .collection-block {
        max-width: 443px;
    }

    .collection-subtitle {
        font-size: 32px;
    }

    .collection-btn-block {
        height: 60px;
    }
}

@media (max-width: 930px) {
    .collection-block {
        max-width: 343px;
        height: 400px;
        left: 40%;
    }

    .collection-subtitle {
        font-size: 28px;
    }

    .collection-text {
        font-size: 14px;
    }

    .collection-row > * {
        margin-bottom: 20px;
    }

    .collection-btn-block {
        width: 200px;
    }

    .collection-btn, .collection-btn a {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .collection-block {
        max-width: 243px;
        height: 300px;
        left: 20%;
    }

    .collection-row {
        padding-top: 27px;
        padding-left: 29px;
        padding-right: 35px;
        padding-bottom: 31px;
    }

    .collection-title {
        font-size: 10px;
    }

    .collection-subtitle {
        font-size: 18px;
    }

    .collection-text {
        font-size: 12px;
    }

    .collection-row > * {
        margin-bottom: 10px;
    }

    .collection-btn-block {
        width: 150px;
    }

    .collection-btn, .collection-btn a {
        font-size: 12px;
    }
}