* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.head img {
    width: 1920px;
}

.head h1 {
    position: absolute;
    left: calc(50% - 260px/2);
    top: 100px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 81px;
    line-height: 97px;
    text-align: center;
    color: white;

}

.topics h2 {
    margin-top: 100px;
    margin-left: 80px;
    font-family: 'Allan';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 119%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #719751;
    border: 1px solid #FFFFFF;
}


.line {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.row-1,
.row-2 {
    display: flex;
    margin-left: 80px;
    margin-right: 80px;
    justify-content: space-around;
}

.row-1 {
    margin-top: 150px;
}

.row-2 {
    margin-top: 80px;
}

.row-1 p {
    margin-top: 20px;
    width: 400px;
    text-align: center;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 63px;
    text-align: center;
}

.row-2 p {
    position: relative;
    margin-top: 20px;
    width: 400px;
    text-align: center;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 63px;
    text-align: center;
}

.resorts img {
    box-shadow: 0px 8px 15px 5px rgba(0, 0, 0, 0.15);
    transition: 800ms;
    border-radius: 16px;
}

.resorts img:hover {
    width: 375px;
}

.resorts {
    margin-bottom: 100px;
}