*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins";
}
.div1{
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 5%;
    line-height: 30px;
}
.div1 h2, .cu{
    font-size: 35px;
    font-weight: 700;
}
.div1 p{
    font-size: 18px;
    padding: 0 10%;
    margin: 10px 0 25px 0;
    color: rgb(90, 90, 90);
}

.COC{
    width: 25%;
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 500;
    color: white;
    background: linear-gradient(to right, #2E5581, #167B83);
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
}


.div2{
    width: 80%;
    margin: 12% auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* background-color: #167B83; */
    gap: 45px;
}

.cubtn{
    width: 30%;
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 500;
    color: white;
    background: linear-gradient(to right, #2E5581, #167B83);
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
}
.leftcu{
    /* background-color: aquamarine; */
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leftcu p{
    padding: 5% 26% 5% 0;
}
.rightcu{
    margin: auto;
    /* background-color: rgb(53, 118, 62); */
}

.branches{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* background-color: antiquewhite; */
    gap: 25px 120px;
    padding: 20px;
}
.b1 h5{
    font-size: 22px;
font-weight: 600;
padding: 5px 0;
}
.b1 h6{
    font-size: 16px;
    color: rgb(102, 102, 102);
}
.b1 p{
    font-size: 14px;
    font-weight: 600;
    color: rgb(122, 122, 122);
}