.related-offerings-block {
    padding: 120px 0 0;
}

.related-offerings-block .main-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: #1A1A1A;
    margin-bottom: 26px;
    font-style: normal;
    line-height: 140%; /* 56px */
    letter-spacing: 2px;
}

    .offering-sections-wrapper {
       
        box-sizing: border-box;
    }

.offering-section {
    display: flex;
    padding: 28px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.offering-section:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.section-title-col {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    padding-left:60px;
}

.section-title-col h3 {
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    line-height: 140%;
    color: #1A1A1A;
    display: block;
    margin: 0;
}




.section-items-col {
    /* flex: 1; */
    display: flex;
    align-items: center;
}

.section-items {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}
.offering-item{
    width: 275px;
}

.offering-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.offering-item .item-header {
     display: flex;
    align-items: baseline;
    /* display: block; */
}
.offering-item .logo-arrow{
    align-items:center;
}
.offering-item .item-header .item-icon{
    gap: 12px;
}

.offering-item .item-header .item-icon-arrow {
    width: 10px;
    height: 10px;
    margin-left: 12px;
}

.item-header h4 {
    color: #1A1A1A;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline;
    margin: 0;
}



.offering-item p {
   color: #4D4D4D;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    margin: 0; 
    
}
.offering-item .item-header .item-title-arrow{
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.section-items > .offering-item:hover .item-icon-arrow,
.section-items > .offering-item:hover .item-title-arrow {
    filter: brightness(0);
}

@media (max-width: 1199.98px) {
    .offering-sections-wrapper {
        padding: 0;
    }
    .related-offerings-block{
         padding: 80px 0 0;

    }
     .related-offerings-block .main-heading {
        font-size: 38px;
         margin-bottom: 22px;
    }
    .section-items {
        display: flex;
        flex-wrap: wrap;
        gap: 34px 20px;
    }
    .section-title-col{
        align-items: start;
        padding-left:0;
    }

    .offering-item {
        width: 250px;
    }
    .offering-section {
        padding: 32px 0;
    }
    .item-header h4{
         font-size: 18px;
    }
    .section-title-col h3 {
        line-height: 25px;
    }

 }
/* Responsive */
@media (max-width: 991.98px) {
   
}

@media (max-width: 767.98px) {
     .related-offerings-block{
         padding: 60px 0 0;

    }
    .related-offerings-block .main-heading {
        font-size: 34px;
          margin-bottom: 20px;
    }
    .logo-arrow{
        margin-top: 6px;
    }
    
    .offering-section {
        flex-direction: column;
        padding: 28px 0;
    }

    .section-title-col {
        margin-bottom: 26px;
    }
    .offering-section{
        align-items: center;
    }

    .section-items {
        display: flex;
        flex-direction: column;
        gap: 30px;
       
    }

    .offering-item {
        width: 100%;
    }

    .offering-item .item-header {
        justify-content: center;
    }
    .offering-item p{
         font-size: 14px !important;
         text-align:center;
    }
}