.sandhya-headmaster .main{
    /* border: 1px solid red; */
    font-family: sans-serif;
    width: 100%;
    /* padding: 10px 0px; */
}
.why-choose{
    border: 1px solid black;
    width: 100%;
    background-color: #001815;
    /* height: 500px; */
}
.why-choose .heading{
    /* border: 1px solid red; */
    text-align: center;
    width: 190px;
    margin: auto;
    padding: 10px 0px;

}
.why-choose .heading .head-one{
    /* border: 1px solid rgb(238, 9, 9); */
    /* background-color: white; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 100px;
    padding: 3px 0px;
    color: #fff;
   
}
.why-choose .heading .head-one i{
    width: 26px;
    height: 26px;
    border-radius: 999px;
    padding: 7px 0px;
    /* color:#01c4b0; */
    /* background-color: #ccf8f4; */
    font-size: 13px;
    /* font-weight: lighter; */
}
.why-choose .heading .head-one h4{
    font-weight: lighter;
}

.why-choose .heading2{
    /* border: 1px solid red; */
    text-align: center;
    margin: auto;
    padding: 10px 0px;
font-size: 30px;
color: white;
}

.box{
    /* border: 1px solid red; */
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.box .part{
    /* border: 1px solid red; */
    width: 350px;
    border-left: 1px dashed gray;
    border-right: 1px dashed gray;
    padding: 10px 20px;
    justify-items: center;
    align-content: center;
    color: white;
    position: relative;
    margin: 20px 0px;
}
 /* .box .part:hover{
      transform: scale(1.08);
            box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
            cursor: pointer;
 } */

.box .part .text{
    text-align: center;
    font-weight: lighter
}
.box .part .text h3{
    margin: 10px 0px;
}
.part .logo{
    border: 3px solid #001311;
    /* background-color: #029788; */
     background: linear-gradient(#0b7e9b, #084252);
    width: 70px;
    height: 70px;
    border-radius: 999px;
    position: absolute;
    top: -28px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 30px 0px; */
    transform: 1s;
}
 .part:hover .logo{
  transform: rotateY(180deg);
 }

.part .logo img{
    width: 40px;
    height:40px ;
}
