.h2title {
    font-family: "Poppins", Sans-serif;
    font-size: 44px;
    font-weight: bold;
    color: white;
    display: flex;
    flex-direction: column;
}
.h2titlecolor {
    color: #091e4d;
}
.destitle {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}