.ms-itl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
    width: 80%;
}
.ms-itl-img-con {
    flex: 0 0 50%;
   display: flex;
   justify-content: flex-start;
   width: 50%;
   
}
.ms-itl-textbox {
    display: flex;
    justify-content: center;
}

.ms-itl-img {
    max-width: 100%;
    max-height: 100%;
}
.ms-itl-text-con {
    width: 90%;
    margin: 0 0% 5% 0%;
}
.ms-itl-title {
    font-size: 1.5625rem;
    color: #0068A8;
    font-weight: 400;
}
.ms-itl-text {
    font-size: 1.25rem;
    color: #838383;
    font-weight: 400;
    margin: 3% 0 4% 0;
}
.ms-itl-anchor {
    font-size: 1rem;
    background-color: #80BA27;
    padding: 1% 5%;
    color: white;
    font-weight: 500;
    border-radius: 9px;;
}

@media (max-width: 991px) {
    .ms-itl {
        flex-direction: column!important;
        width: 75%;
        margin: 10% auto;
}
.ms-itl-text-con {
    margin: 3% 3%;
}
}