.info-tittle-box {
    margin-top: -2px;
    margin-left: 300px;
    margin-bottom: 50px;
    background-color: #4A5782;
    width: 320px;
    height: 50px;
    border-radius: 0 0 15px 15px;
}
.info-tittle {
    color: white;
    text-align: center;
    font-size: 32px;
}
.info-image {
    width: 300px;
}
.info-tittle-h3 {
    text-align: left;
    font-size: 24px;
}
.info-tittle-h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}
.info-text {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
}
.info-text-blog {
    margin-top: 5px;
    margin-bottom: 50px;
    font-size: 20px;
}
@media only screen and (max-width: 991px) {
    .info-tittle-box {
        margin-left: 50px;
        margin-bottom: 50px;
        background-color: #4A5782;
        width: 200px;
        height: 35px;
        border-radius: 0 0 15px 15px;
    }
    .info-tittle {
        color: white;
        text-align: center;
        font-size: 22px;
    }
    .info-image {
        width: 200px;
    }
    .info-tittle-h3 {
        text-align: left;
        font-size: 18px;
    }
    .info-tittle-h2 {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }
    .info-text {
        margin-top: 20px;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .info-text-blog {
        margin-top: 5px;
        margin-bottom: 50px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .info-tittle-box {
        margin-left: 50px;
        margin-bottom: 50px;
        background-color: #4A5782;
        width: 200px;
        height: 35px;
        border-radius: 0 0 15px 15px;
    }
    .info-tittle {
        color: white;
        text-align: center;
        font-size: 22px;
    }
    .info-image {
        display: block;
        margin: auto;
        width: 150px;
    }
    .info-tittle-h3 {
        text-align: left;
        font-size: 18px;
    }
    .info-tittle-h2 {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }
    .info-text {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .info-text-blog {
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 15px;
    }
}
