.first{
    display: flex;
    width: 100%;
    padding: 30px 60px;
}

.firstfirst{
    width: 60%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}
.firstfirst h3{
    font-size: 40px;
 font-weight: 900;
 color: #13316E;
}
.firstfirst p{
    font-weight: 800;
}

.firstsecond{
    width: 40%;
    padding: 30px 60px;

}
img{
    width: 100%;
    height: auto;
}


hr{
    width: 7%;
    height: 5px !important;
    color: #EA580D ;
}



.second{
    background-color: #F5F5F5;
    /* display: flex; */
    width: 100%;
    padding: 30px 60px;
}

.secondfirst{
    /* padding: 40px; */
    background-color: white;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 600px) {
 
 .secondfirst{
    /* padding: 40px; */
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
}
  .secondfirst1{
    width: 100% !important;
}
.secondfirst2{
    width: 100% !important;
    padding: 20px;
}
.second {
    background-color: #F5F5F5;
    /* display: flex; */
    width: 100%;
    padding: 30px 20px !important;
}
}
.secondfirst1{
    width: 45%;
}
.secondfirst2{
    width: 55%;
    padding: 20px;
}
.headingside{
   color:#13316E;
   font-weight: 700;
}

.secondfirst21{
    display: flex;
}
.links{
    /* margin-top: 40px; */
    padding: 20px;
    font-weight: 600;
}
.links p{
    padding: 10px;
}
.links a{
    text-decoration: none;
    color: #444444;
}

.second h4{
    /* margin-top: 100px; */
}

.headingout{
    margin-top: 100px;
}