@media (min-width: 991px) {
    .about-title h5 {
        font-size: 40px;
        font-weight: 900;
        position: relative;
        color: white;
    }
    .about-title {
        background-color: #1192b9;
        border-radius: 35px;
        padding: 30px 20px 10px 20px;
        /* border-top-right-radius: 0px; */
        border-bottom-left-radius: 0px;
        position: relative;
    }
    .about-title::before {
        position: absolute;
        left: -20px;
        bottom: 0px;
        content: "";
        width: 0;
        height: 0;
        border-top-width: 20px;
        border-top-style: solid;
        border-top-color: transparent;
        border-right-width: 20px;
        border-right-style: solid;
        border-right-color: #1192b9;
        rotate: 0deg;
    }
    .body-about {
        background-color: white;
        border-radius: 15px;
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52);
        padding: 40px;
        border-top: 5px solid #1192b9;
    }
    .body-about p {
        text-align: justify;
    }
}

@media (max-width: 991px) {
    .about-title h5 {
        font-size: 25px;
        font-weight: 900;
        position: relative;
        color: white;
    }
    .about-title {
        background-color: #1192b9;
        border-radius: 35px;
        padding: 20px 10px 10px 10px;
        /* border-top-right-radius: 0px; */
        border-bottom-left-radius: 0px;
        position: relative;
        margin-left: 10px;
    }
    .about-title::before {
        position: absolute;
        left: -20px;
        bottom: 0px;
        content: "";
        width: 0;
        height: 0;
        border-top-width: 20px;
        border-top-style: solid;
        border-top-color: transparent;
        border-right-width: 20px;
        border-right-style: solid;
        border-right-color: #1192b9;
        rotate: 0deg;
    }
    .body-about {
        background-color: white;
        border-radius: 15px;
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52);
        padding: 40px;
        border-top: 5px solid #1192b9;
    }
    .body-about p {
        text-align: justify;
    }
}