*{
    margin:0;
    padding:0;
    font-family:'poppins';
}
.aboutImg{
    margin-top:105px;
    width: 100%;
}
.aboutImgPhone{
    padding-top: 85px;
    width: 100%;
    display: none;
}
.aboutContainer{
    width:85%;
    height:100%;
    margin:auto;
    margin-top:4vw;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding-bottom:4rem;
}
.aboutIANT{
    width: 66%;
    height: 100%;
    padding-bottom:2rem;
}
.IANTGoals{
    width: 32%;
    height: 100%;
    
}
.aboutIANTH3{
    font-size:22px;
    color:#3f4692;
    line-height:40px;
}
.aboutIANTText{
    font-size:15px;
    line-height:26px;
    letter-spacing:1px;
    color:rgba(0, 0, 0, 0.68);
    text-align:justify;
    word-spacing:0px;
}
.aboutIANT ul{
    list-style-type: none;
    position: relative;
}
.aboutIANT ul li{
    font-size:14px;
    line-height:22px;
    padding-left:24px;
}

.icon i{
    color:#1192B9;
    font-size:28px;
    text-indent:-13px;
    position: absolute;
}

.vision{
    background-color:#45C1B6;
    width: 93%;
    padding:1rem;
    padding-bottom:2rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
}
.IANTGoalsH3{
    color:white;
    font-size:22px;
    border-bottom:1px solid white;
    line-height:50px;
}
.IANTGoalsText{
    font-size:15px;
    color:white;
    letter-spacing:1px;
    text-align:justify;
    word-spacing:0px;
    line-height:26px;
}
.mission{
    margin-top:0.5rem;
    background-color:#EE304E;
    width: 93%;
    padding:1rem;
    padding-bottom:2rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
}
.mission ul,.advantages ul{
    color:white;
    padding-left:1rem;
}
.mission ul li,.advantages ul li{
    font-size:14px;
    list-style: disc;
    line-height:22px;
    padding-bottom:0.5rem;
}
.advantages{
    margin-top:0.5rem;
    background-color:#F26726;
    width: 93%;
    padding:1rem;
    padding-bottom:2rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
}

@media screen and (max-width:992px){
    .aboutContainer{width:710px;}
    .aboutIANT{width:100%;}
    .IANTGoals{width:100%;}
}
@media screen and (max-width:768px){
    .aboutContainer{width:520px;}
    .aboutIANT{width:100%;}
    .IANTGoals{width:100%;}
}
@media screen and (max-width:590px) {
    .aboutContainer{width:90%;}
    .aboutImg{
        display: none;
    } 
    .aboutImgPhone{
        display: block;
    }
}



