.ijij{
    width: 70%;
    text-align: center;
}

.insideAboutThirdCard{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}

.insideAboutThird {
    padding: 2rem 0;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i2{
    height: 20rem;
}

.accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    color: #171717;
    font-weight: 500;
    font-size: 16px;
    margin: 0.5rem 0;
    border: 1px solid #e8e8e8;
}

.active, .accordion:hover {
  background-color: #f5f5f5; 
}

.panel {
  padding: 0.5rem 18px;
  display: none;
  background-color: #f5f5f5;
  overflow: hidden;
}

.aboutThird {
    height: auto;
    padding: 4rem 0;
}

.insideThirdSection p {
    font-size: 17px;
    line-height: 1.64;
    color: #4b4b4b;
    margin-top: 1.8rem;
    text-align: center;
}

@media screen and (max-width:1024px){
    .thirdSection.aboutFirst {
        height: auto;
    }
    .insideThirdSection p {
        font-size: 16px;
    }
}

@media screen and (max-width:900px){
    .insideAboutThird {
        flex-direction: column;
    }
    .insideAboutThirdCard {
        width: 100%;
    }
}

@media screen and (max-width:765px){
    .innerThirdSectionCard {
        height: 7rem;
        width: 25rem;
    }
}

@media screen and (max-width:600px){
    .insideAboutThird {
        width: 90%;
    }
    .insideThirdSection p {
        font-size: 14px;
    }
    .aboutThird {
        padding: 2rem 0;
    }
    .i2 {
        height: 15rem;
    }
}