.section-about-company{
    margin: 91px 0px 120px 0px;
}
.style-tags p {
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
    color: var(--primary-black);
}
.style-tags p:last-child{
    margin-bottom: 0px;
}
.style-tags img{
    max-width: 100%;
}
.section-about-company .btn-outline-primary {
    color: var(--primary-purple-blue);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding: 16px 32px;
    margin: 8px 16px 8px 0px;
}
.section-about-company .btn-outline-primary:last-child{
    margin-right: 0px;
}
.style-tags h2,
.style-tags h3,
.style-tags h1{
    font-weight: 600;
    font-size: 45px;
    line-height: 27px;
    margin-bottom: 40px;
    color: var(--primary-black);
}
.style-tags h5,
.style-tags h6{
    font-weight: 600;
    font-size: 17px;
    line-height: 200%;
    margin-bottom: 20px;
}
.brand-title{
    line-height: 130% !important;

}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3 - 22px));
    grid-gap: 32px;
}

.brand-grid .item {
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E4E7ED;
    height: 94px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.brand-grid .item img {
    max-width: 100%;
    /* display: block; */
    /* margin: auto auto; */
}

.brand-btn {
    border: 1px solid #E4E7ED;
    border-radius: 8px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #090708;
    cursor: pointer;
}

.brand-btn:hover {
    color: #090708 !important;
}
@media (min-width: 1500px) {
    .section-right-offset .row{
        position: relative;
        right: -8.333333%;
    }
    .section-left-offset .row{
        position: relative;
        left: -8.333333%;
    }
}