.section-categories {
    background-color: #F7F7F7;
    display: flex;
}

.section-categories>div {
    margin: 0 auto;
}

.section-categories>div .blocks-slider .slick-slide {
    margin: 0 10px;
}

h3.section-title {
    color: #272261;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 60px;
}

.rooms-tab__block {
    border-radius: 60px;
    background: linear-gradient(#5046C7, #272261);
    padding: 24px 0;
    text-align: center;
    border: transparent;
    text-decoration: none;
}

.rooms-tab__block p:first-child {
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.rooms-tab__block p:last-child {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.section-projects {
    margin: 65px auto;
}

.section-projects__block h4 {
    color: #272261;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

.section-projects__block div.section-projects__block-img {
    background-image: url('../assets/img/other-pages/project_block_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-projects__block div.section-projects__block-img img {
    margin: auto;
}

.section-projects__block div.section-projects__block-img::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: rgba(39, 34, 97, 0.5);
}

.section-projects__block .two-cols {
    width: 100%;
}

.section-projects__block .two-cols ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

.section-block-info {
    margin: 60px auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.section-block-info .two-cols {

    display: flex;
}

.section-block-info .two-cols:nth-child(odd) {
    flex-direction: row-reverse;
}

.section-block-info .two-cols:nth-child(even) {
    flex-direction: row;
}

.two-cols__h ul li {
    margin-bottom: 0 !important;
    justify-content: space-around;
}