                    
.ditSection1 {
    width: 100%;
    display: flex;
    padding-right: 5%;
    padding-left: 5%;
}
.ditSection1__text {
    width: 31%;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px solid #FF6000; 
}
.ditSection1__box {
    width: 69%;
    border-bottom: 2px solid #454545;
}
.ditsection__text {
    width: 16%;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px solid #FF6000; 
}
.ditsection__box {
    width: 84%;
    border-bottom: 2px solid #454545;
}

@media (max-width: 1250px) {
    .ditSection1__text {
        width: 38%;
    }
    .ditSection1__box { 
        width: 62%;
    }
    .ditsection__text {
        width: 25%;
    }
    .ditsection__box { 
        width: 85%;
    }
  }

@media (max-width: 1000px) {
    .ditSection1__text {
        width: 42%;
        font-size: 17px;
    }
    .ditsection__text {
        width: 20%;
    }
    .ditsection__box { 
        width: 80%;
    }
}
@media (max-width: 780px) {
    .ditSection1__text {
        width: 50%;
        font-size: 17px;
    }
    .ditSection1__box { 
        width: 50%;
    }
    .ditsection__text {
        width: 25%;
    }
    .ditsection__box { 
        width: 75%;
    }
}
@media (max-width: 660px) {
    .ditSection1__text {
        width: 58%;
        font-size: 16px;
    }
    .ditSection1__box { 
        width: 42%;
    }
    .ditsection__text {
        width: 35%;
    }
    .ditsection__box { 
        width: 65%;
    }
}
@media (max-width: 570px) {
    .ditSection1__text {
        width: 100%;
        text-align: center;
    }
    .ditSection1__box { 
        display: none;
    }
    .ditsection__text {
        width: 100%;
        text-align: center;
    }
    .ditsection__box { 
        display: none;
    }
}                