.cid-rOplc1G09j .about-company{
    display: flex;
    justify-content: space-between;
}
.cid-rOplc1G09j p{
    font-size: 16px;
}
.cid-rOplc1G09j .about-company > div:first-child{
    flex: 1 1 auto;
    margin-right: 100px;
    font-size: 20px;
}
.cid-rOplc1G09j .about-company > div:last-child{
    flex: 1 0 auto;
    width: 50%;
}
.cid-rOplc1G09j .about-company > div:last-child div{
    display: flex;
}
.cid-rOplc1G09j .about-company > div:last-child div p:first-child{
    margin-right: 16px;
}
.cid-rOplc1G09j .about-company .about-company-marker::before{
    content: url("/local/templates/dtrd/assets/images/Polygon 1.svg");
    width: 14px;
    height: 14px;
    position: relative;
    top: 4px;
}

@media screen and (max-width: 1199px){
    .cid-rOplc1G09j .about-company > div:first-child{
        margin-right: 75px;
    }
}
@media screen and (max-width: 767px){
    .cid-rOplc1G09j .about-company{
        flex-direction: column;
    }
    .cid-rOplc1G09j .about-company > div:first-child{
        margin: 0 0 30px 0;
    }
    .cid-rOplc1G09j .about-company > div:last-child{
        width: 100%;
    }
}
@media screen and (max-width: 540px){
    .cid-rOplc1G09j .about-company > div{
        width: 100%;
    }
    .cid-rOplc1G09j .about-company > div div{
        flex-direction: column;
    }
    .cid-rOplc1G09j .about-company .about-company-marker::before{
        display: block;
        top: 13px;
        left: 0px;
        transform: rotate(90deg);
    }
}

