﻿#all-inclusive-section {
    background: #F5F5F5;
    height: 189px;
}

.tag-row {
    max-width: 1250px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
}

.all-inclusive-tag {
    display: inline-flex;
    padding: 11.933px 17.549px;
    justify-content: center;
    align-items: center;
    gap: 7.02px;
    border-radius: 0px 0px 10.529px 10.529px;
    background: #506384;
}

.all-inclusive-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14.039px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.all-inclusive-star {
    width: 18.847px;
    height: 18px;
    fill: #FC0;
}

.all-inclusive-row {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    align-items: center;
    height: 147px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap:20px
}

.all-inclusive-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.all-inclusive-icon {
    display: flex;
    justify-content: center;
}

.all-inclusive-name {
    display: flex;
    justify-content: center;
}

.all-inclusive-name span {
    color: var(--02-black, #151B26);
    font-family: Montserrat;
    font-size: 22.818px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 41.072px */
}


@media(max-width:768px) {
    #all-inclusive-section {
        width: 374px;
        height: auto;
        flex-shrink: 0;
        padding-top: 102px;
    }

    .all-inclusive-tag {
        margin-left: auto;
        margin-right: auto;
    }

    .all-inclusive-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .all-inclusive-name span {
        font-size: 14px;
        word-break: break-word;
    }

    .all-inclusive-row {
        height: 278px;
        margin-top: 30px;
        padding: 0 20px;
    }

    .all-inclusive-icon {
        width: auto;
        height: 50%;
        display: flex;
        align-items: center;
    }

    .all-inclusive-item {
        height: 50%;
        width: calc(50% - 10px);
    }

    .all-inclusive-name {
        width: auto;
        height: 50%;
    }
}

@media(max-width:390px) {
    #all-inclusive-section {
        padding-top: 113px;
    }
}

@media(max-width:375px) {
    #all-inclusive-section {
        padding-top: 125px;
    }
}