.blogFirstPart {
    background-color: #ffffff;
}

.blogSecondPart {
    background-color: #F2F2F2;
}

.blogContainer {
    width: 1170px;
    padding: 0 15px;
    margin: auto;
}

.text-component,
.blogImg {
    margin: 40px 0;
}

.blogFirstPart .text-component {
    padding-right: calc(48.75px*2);
}

.blogSecondPart .text-component {
    padding: 0 48.75px;
}

.blogImg {
    display: block;
    max-width: 100%;
    height: auto;
    background-color: transparent;
}

.text-component p {
    font-size: 1.125rem;
    margin-bottom: 30px;
    font-family: "PwC Helvetica Neue", Arial, Sans-Serif;
    line-height: 1.7;
    color: #2d2d2d;
}

.text-component p strong {
    font-weight: bold;
}

.text-component a {
    color: #2d2d2d;
    text-decoration: none;
    border-bottom: 1px solid #7d7d7d;
    font-weight: bold;
    transition: all .3s ease;
}

.text-component a:hover {
    color: #d93954;
}

/* editor css */



.box {
    border: 1px solid;
    background-color: blue;
}

.company-container {
    background-color: #AEB1B3;
}

.bg-darkgreen {
    background-color: #666E76;
    border-radius: 3.6rem;
    margin-bottom: 1.1rem;
}

.w-95 {
    width: 95%;
    margin: auto;
}

.h-19 {
    height: 19rem;
}

.company-container .col-lg{
    flex-grow: 0;
}

.company-container .col-lg-3{
    flex-grow: 1;
    max-width: 30%;
}

.company-container .company-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 0;
}

.company-logo-wrapper {
    position: relative;
    width: 24rem;
    height: 12rem;
}

.line-img {
    display: block;
    margin: auto;
}

.custom-imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-container .cke_widget_wrapper {
    display: block;
    margin: auto;
}

@media screen and (max-width:1110px) {
    .company-logo-wrapper{
        width: 15rem;
    }
}

@media screen and (max-width:991px) {
    .blogSecondPart .text-component {
        padding: 0 10px;
    }
    .blogContainer {
        width: 100%;
    }
    .blogFirstPart .text-component {
        padding-right: 0px;
        font-size: 12px;
        width: 100%;
    }
    .text-component p {
        font-size: 14px;
    }
    .text-component, .blogImg {
        margin: 20px 0;
    }
    img.ttwo-single-blog-img {
        width: 100%;
        height: 300px;
        object-fit: contain;
        background-color: white;
    }
    .line-img {
        display: none;
    }
    .company-container .col-lg-3 {
        max-width: 100%;
    }
    .company-logo-wrapper {
        width: 100%;
        height: auto;
    }
    .h-19 {
        padding: 30px;
        gap: 15px;
    }
    .company-container .company-logo {
        height: 60px;
    }
    .blogContainer {
        width: 100%;
    }
    .ttwo-single-blog .blogMainContainer {
        max-height: 320px;
    
    }
}