.responsibility_text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 76px;
    background-size: cover;
    background-image: url(../img/re_back.png);
    background-repeat: no-repeat;
    padding-top: 61px;
    padding-bottom: 46px;
    padding-right: 20px;
}

.for_video_play_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: unset;
    height: 100%;
}
section.responsibilities {
    margin-top: 80px;
}
.fo_img.pl-5{
    padding-left: 0px !important;
}
section.marketing_compaign .test_start .white_porints {
    margin-top: 20px;
}
section.marketing_compaign p {
    color: #FFF  !important;
}
section.marketing_compaign .test_start p.main_para {
    margin-top: 10px;
    font-size: 11px;
}
section.marketing_compaign .test_start .white_porints .inline_points {
    display: flex;
    justify-content: space-between;
}
.white_porints .points p{
    font-size: 11px;
    width: 48%;
    gap: 11px;
    line-height: 18px;
    margin-bottom: 6px;
}
.for_partners_logos {
    display: flex;
    justify-content: space-between;
    margin-top: 31px;
}
section.our_partners {
    padding: 46px 0PX;
}
section.top_pics_section {
    padding-top: 53px;
}
section.top_pics_section .first_part h4 {
    margin-top: 13px;
    margin-bottom: 19px;
}

h4, h4 span {
    font-size: 29px;
    text-transform: uppercase;
}
section.our_partners h4, section.our_partners h4 span {
    font-size: 26px;
}
.for_partners_logos h4 {
    font-size: 23px !important;
}
.all_partners {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    gap: 2.5%;
    padding-bottom: 39px;
    align-items: end;
}
section.our_partners .container-fluid .top_text.text-center {
    margin-bottom: -16px;
}
@media (max-width: 991px) {
    .responsibility_text {
        padding-left: 36px;
        padding-top: 61px;
        padding-bottom: 46px;
        padding-right: 20px;
    }
    section.top_pics_section .second_part .double_images{
        display: unset;
    }
    section.marketing_compaign .test_start .white_porints .inline_points {
        display: unset;
    }

    .responsibility_text .icons_text {
        gap: 5%;
    }
    section.marketing_compaign  .for_img {
        margin-top: 101px;
    }

    section.marketing_compaign .test_start p.main_para {
        margin-top: 11px;
    }
    section.top_pics_section .second_part .double_images img{
        margin-top: 12px;
    }
}
@media (max-width: 768px){
    section.marketing_compaign  .for_img {
        margin-top: unset;
    }
    section.marketing_compaign .test_start p.main_para {
        margin-top: 31px;
    }
    section.top_pics_section .second_part .double_images{
        display: flex;
    }
}
@media (max-width: 576px) {
    .responsibility_text .single_icon {
        min-width: 41%;
    }

    .responsibility_text .icons_text {
        gap: 5%;
        flex-wrap: wrap;
    }
    .responsibility_text .single_icon{
        margin-top: 45px;
    }
}
.point_text .points p b{
    font-weight: 400;
}
.point_text .points p b span {
    color: RGB(196, 87,17);
    font-size: 14px;
    font-family: "Poppins-Regular";
}
section.marketing_compaign .test_start h4 {
    margin-top: 6px;
    font-size: 26px;
}
.marketing_compaign .for_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
section.marketing_compaign .test_start p.main_para span {
    color: RGB(196, 87,17);
    font-size: 12px;
    font-family: "Poppins-Regular";
}