.about-container {
    width: 100%;
}

.head-div {
    background-color: #2D77E6;
    padding: 30px 30px;
    text-align: center;
    height: 500px;
}

.titles {
    background-color: white;
    padding: 15px;
    border-radius: 50px;
    width: 650px;
    margin: auto;
    font-size: 35px;
}

.sub-content {
    font-size: 25px;
    color: white;
    width: 70%;
    margin: 30px auto;
}

.pic-div {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;

}

.pic-div img {
    width: 300px;
    height: auto;
}

/* .pic-div img:nth-of-type(even) {
    height: 200px; 
    margin-top: 50px;
} */


/* Section 2  */

.sec-2 {
    width: 100%;
    margin-top: 50px;
}

.heading {
    background-color: #2D77E6;
    color: white;
    padding: 5px;
    border-radius: 50px;
    width: 400px;
    margin-left: 230px;
    font-size: 30px;
    text-align: center;
}

.sub-headind {
    font-size: 25px;
    color: white;
    width: 70%;
    margin: 30px auto;
    padding: 20px;
    border-radius: 0px 50px 0px 50px;
    border: 3px solid rgb(0, 0, 0);
    background: linear-gradient(360deg, #2d77e6d8, #d81f4ac6);
}

.flex-div {
    width: 90%;
    margin: 50px auto;
    display: flex;
    justify-content: space-evenly;
}

.one h4 {
    background-color: #D81F4B;
    color: white;
    font-size: 25px;
    text-align: center;
    border-radius: 25px;
    width: 300px;
    padding: 5px;
}

.one p,
.one b {
    font-size: 22px;
    margin-top: 30px;
}

.one {
    width: 500px;
    padding: 20px;
    border-radius: 0px 50px 0px 50px;
    border-left: 3px solid #2D77E6;
    border-top: 3px solid #2D77E6;
    border-right: 3px solid #D81F4B;
    border-bottom: 3px solid #D81F4B;
    background-color: #e2eaf7ea;
    /* background: linear-gradient(360deg, #2d77e6d8, #d81f4ac6); */
}

.sec-3 {
    display: flex;
    justify-content: space-evenly;
    margin: 50px auto;
}

.two img {
    width: 500px;
    border-radius: 10px;
    box-shadow: rgba(42, 125, 225, 0.4) 5px 5px,
        rgba(42, 125, 225, 0.3) 10px 10px,
        rgba(42, 125, 225, 0.2) 15px 15px,
        rgba(42, 125, 225, 0.1) 20px 20px,
        rgba(42, 125, 225, 0.05) 25px 25px;

}

.three ul li {
    font-size: 25px;
    text-align: start;
    width: 500px;
    /* list-style-type: '\2713  '; */
}
.three ul {
  list-style: none;
  padding: 0;
}

.three ul li::before {
  content: "🩺 ";  /* stethoscope icon */
  margin-right: 8px;
}

.three h5 {
    background-color: #2D77E6;
    color: white;
    font-size: 25px;
    text-align: center;
    border-radius: 25px;
    width: 300px;
    padding: 5px;
}


@media screen and (max-width: 1440px) {
    .pic-div {
        width: 100%;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;

    }

    .pic-div img {
        width: 300px;
        height: auto;
    }

    /* .pic-div img:nth-of-type(even) {
    height: 200px; 
    margin-top: 50px; 
} */

}

@media screen and (max-width: 1024px) {
    .about-container {
        width: 100%;
    }

    .head-div {
        padding: 15px 15px;
        text-align: center;
        height: 500px;
    }

    .titles {
        background-color: white;
        padding: 10px;
        border-radius: 50px;
        width: 500px;
        margin: auto;
        font-size: 28px;
    }

    .sub-content {
        font-size: 22px;
        color: white;
        width: 70%;
        margin: 30px auto;
    }

    .pic-div {
        width: 100%;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;

    }

    .pic-div img {
        width: 200px;
        height: auto;
    }

    /* .pic-div img:nth-of-type(even) {
    height: 200px; 
    margin-top: 50px; 
} */


    /* Section 2  */

    .sec-2 {
        width: 100%;
        margin-top: 50px;
    }

    .heading {
        background-color: #2D77E6;
        color: white;
        padding: 5px;
        border-radius: 50px;
        width: 340px;
        margin-left: 80px;
        font-size: 26px;
        text-align: center;
    }

    .sub-headind {
        font-size: 25px;
        color: black;
        width: 85%;
        margin: 30px auto;
    }

    .flex-div {
        width: 90%;
        margin: 50px auto;
        display: flex;
        justify-content: space-evenly;
    }

    .one h4 {
        background-color: #D81F4B;
        color: white;
        font-size: 22px;
        text-align: center;
        border-radius: 25px;
        width: 270px;
        padding: 5px;
    }

    .one p,
    .one b {
        font-size: 20px;
        margin-top: 30px;
    }

    .one {
        width: 500px;
    }

    .sec-3 {
        display: flex;
        justify-content: space-evenly;
        margin: 50px auto;
    }

    .two img {
        width: 400px;
        border-radius: 10px;
        box-shadow: rgba(42, 125, 225, 0.4) 5px 5px,
            rgba(42, 125, 225, 0.3) 10px 10px,
            rgba(42, 125, 225, 0.2) 15px 15px,
            rgba(42, 125, 225, 0.1) 20px 20px,
            rgba(42, 125, 225, 0.05) 25px 25px;

    }

    .three ul li {
        font-size: 23px;
        width: 400px;
        list-style-type: '\2713  ';
    }

    .three h5 {
        background-color: #2D77E6;
        color: white;
        font-size: 25px;
        text-align: center;
        border-radius: 25px;
        width: 300px;
        padding: 5px;
    }
}



@media screen and (max-width: 768px) {
    .about-container {
        width: 100%;
    }

    .head-div {
        padding: 10px 10px;
        text-align: center;
        height: 500px;
    }

    .titles {
        background-color: white;
        padding: 10px;
        border-radius: 50px;
        width: 400px;
        margin: auto;
        font-size: 24px;
    }

    .sub-content {
        font-size: 20px;
        color: white;
        width: 80%;
        margin: 30px auto;
    }

    .pic-div {
        width: 100%;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;

    }

    .pic-div img {
        width: 150px;
        height: auto;
    }

    /* .pic-div img:nth-of-type(even) {
    height: 200px; 
    margin-top: 50px; 
} */


    /* Section 2  */

    .sec-2 {
        width: 100%;
        margin-top: 30px;
    }

    .heading {
        background-color: #2D77E6;
        color: white;
        padding: 5px;
        border-radius: 50px;
        width: 250px;
        margin-left: 40px;
        font-size: 20px;
        text-align: center;
    }

    .sub-headind {
        font-size: 25px;
        color: black;
        width: 85%;
        margin: 30px auto;
    }

    .flex-div {
        width: 90%;
        margin: 50px auto;
        display: flex;
        justify-content: space-evenly;
    }

    .one h4 {
        background-color: #D81F4B;
        color: white;
        font-size: 20px;
        text-align: center;
        border-radius: 25px;
        width: 250px;
        padding: 5px;
    }

    .one p,
    .one b {
        font-size: 17px;
        margin-top: 30px;
    }

    .one {
        width: 300px;
    }

    .sec-3 {
        display: flex;
        justify-content: space-evenly;
        margin: 50px auto;
    }

    .two img {
        width: 300px;
        border-radius: 10px;
        box-shadow: rgba(42, 125, 225, 0.4) 5px 5px,
            rgba(42, 125, 225, 0.3) 10px 10px,
            rgba(42, 125, 225, 0.2) 15px 15px,
            rgba(42, 125, 225, 0.1) 20px 20px,
            rgba(42, 125, 225, 0.05) 25px 25px;

    }

    .three ul li {
        font-size: 15px;
        width: 300px;
        list-style-type: '\2713  ';
    }

    .three h5 {
        background-color: #2D77E6;
        color: white;
        font-size: 16px;
        text-align: center;
        border-radius: 25px;
        width: 200px;
        padding: 5px;
    }
}



@media screen and (max-width: 426px) {
    .about-container {
        width: 100%;
    }

    .head-div {
        padding: 10px 10px;
        text-align: center;
        height: 400px;
    }

    .titles {
        background-color: white;
        padding: 10px;
        border-radius: 50px;
        width: 300px;
        margin: auto;
        font-size: 18px;
    }

    .sub-content {
        font-size: 16px;
        color: white;
        width: 85%;
        margin: 30px auto;
    }

    .pic-div {
        width: 100%;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;

    }

    .pic-div img {
        width: 80px;
        height: 60px;
        margin-top: 18px;
    }

    /* .pic-div img:nth-of-type(even) {
    height: 80px; 
    margin-top: 10px; 
} */


    /* Section 2  */

    .sec-2 {
        width: 100%;
        margin-top: 20px;
    }

    .heading {
        background-color: #2D77E6;
        color: white;
        padding: 5px;
        border-radius: 50px;
        width: 230px;
        margin-left: 20px;
        font-size: 18px;
        text-align: center;
    }

    .sub-headind {
        font-size: 16px;
        color: black;
        width: 85%;
        margin: 30px auto;
    }

    .flex-div {
        width: 90%;
        margin: 50px 40px;
        display: block;
        align-items: center;
        justify-content: center;
    }

    .one h4 {
        background-color: #D81F4B;
        color: white;
        font-size: 18px;
        text-align: center;
        border-radius: 25px;
        width: 250px;
        padding: 5px;
    }

    .one p,
    .one b {
        font-size: 16px;
        margin-top: 30px;
    }

    .one {
        width: 350px;
        margin-top: 20px;
    }

    .sec-3 {
        display: block;
        justify-content: center;
        align-items: center;
        margin: 50px 50px;
    }

    .two img {
        width: 300px;
        border-radius: 10px;
        box-shadow: rgba(42, 125, 225, 0.4) 5px 5px,
            rgba(42, 125, 225, 0.3) 10px 10px,
            rgba(42, 125, 225, 0.2) 15px 15px,
            rgba(42, 125, 225, 0.1) 20px 20px,
            rgba(42, 125, 225, 0.05) 25px 25px;

    }

    .three ul li {
        font-size: 15px;
        width: 300px;
        list-style-type: '\2713  ';
    }

    .three h5 {
        background-color: #2D77E6;
        color: white;
        font-size: 16px;
        text-align: center;
        border-radius: 25px;
        width: 200px;
        padding: 5px;
        margin-top: 50px;
    }
}



@media screen and (max-width: 376px) {
    .about-container {
        width: 100%;
    }

    .head-div {
        padding: 10px 10px;
        text-align: center;
        height: 430px;
    }

    .titles {
        background-color: white;
        padding: 10px;
        border-radius: 50px;
        width: 300px;
        margin: auto;
        font-size: 18px;
    }

    .sub-content {
        font-size: 16px;
        color: white;
        width: 85%;
        margin: 30px auto;
    }

    .pic-div {
        width: 100%;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;

    }

    .pic-div img {
        width: 80px;
        height: 60px;
        margin-top: 18px;
    }

    /* .pic-div img:nth-of-type(even) {
    height: 80px; 
    margin-top: 10px; 
} */


    /* Section 2  */

    .sec-2 {
        width: 100%;
        margin-top: 30px;
    }

    .heading {
        background-color: #2D77E6;
        color: white;
        padding: 5px;
        border-radius: 50px;
        width: 230px;
        margin-left: 20px;
        font-size: 18px;
        text-align: center;
    }

    .sub-headind {
        font-size: 16px;
        color: black;
        width: 85%;
        margin: 30px auto;
    }

    .flex-div {
        width: 90%;
        margin: 50px 35px;
        display: block;
        align-items: center;
        justify-content: center;
    }

    .one h4 {
        background-color: #D81F4B;
        color: white;
        font-size: 18px;
        text-align: center;
        border-radius: 25px;
        width: 250px;
        padding: 5px;
    }

    .one p,
    .one b {
        font-size: 16px;
        margin-top: 30px;
    }

    .one {
        width: 300px;
        margin-top: 10px;

    }

    .sec-3 {
        display: block;
        justify-content: center;
        align-items: center;
        margin: 50px 10px;
    }

    .two img {
        width: 300px;
        border-radius: 10px;
        box-shadow: rgba(42, 125, 225, 0.4) 5px 5px,
            rgba(42, 125, 225, 0.3) 10px 10px,
            rgba(42, 125, 225, 0.2) 15px 15px,
            rgba(42, 125, 225, 0.1) 20px 20px,
            rgba(42, 125, 225, 0.05) 25px 25px;

    }

    .three ul li {
        font-size: 15px;
        width: 300px;
        list-style-type: '\2713  ';
    }

    .three h5 {
        background-color: #2D77E6;
        color: white;
        font-size: 16px;
        text-align: center;
        border-radius: 25px;
        width: 200px;
        padding: 5px;
        margin-top: 50px;
    }
}




@media screen and (max-width: 320px) {
    .about-container {
        width: 100%;
    }

    .head-div {
        padding: 10px 10px;
        text-align: center;
        height: 480px;
    }

    .titles {
        background-color: white;
        padding: 10px;
        border-radius: 50px;
        width: 300px;
        margin: auto;
        font-size: 18px;
    }

    .sub-content {
        font-size: 16px;
        color: white;
        width: 85%;
        margin: 30px auto;
    }

    .pic-div {
        width: 100%;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;

    }

    .pic-div img {
        width: 60px;
        height: 50px;
        margin-top: 18px;
    }

    /* .pic-div img:nth-of-type(even) {
    height: 70px; 
    margin-top: 10px; 
} */


    /* Section 2  */

    .sec-2 {
        width: 100%;
        margin-top: 30px;
    }

    .heading {
        background-color: #2D77E6;
        color: white;
        padding: 5px;
        border-radius: 50px;
        width: 230px;
        margin-left: 20px;
        font-size: 18px;
        text-align: center;
    }

    .sub-headind {
        font-size: 16px;
        color: black;
        width: 85%;
        margin: 30px auto;
    }

    .flex-div {
        width: 90%;
        margin: 50px 25px;
        display: block;
        justify-content: center;
        align-items: center;
    }

    .one h4 {
        background-color: #D81F4B;
        color: white;
        font-size: 18px;
        text-align: center;
        border-radius: 25px;
        width: 250px;
        padding: 5px;
    }

    .one p,
    .one b {
        font-size: 16px;
        margin-top: 30px;
    }

    .one {
        width: 280px;
        margin-top: 10px;
    }

    .sec-3 {
        display: block;
        justify-content: center;
        align-items: center;
        margin: 50px 10px;
    }

    .two img {
        width: 250px;
        border-radius: 10px;
        box-shadow: rgba(42, 125, 225, 0.4) 5px 5px,
            rgba(42, 125, 225, 0.3) 10px 10px,
            rgba(42, 125, 225, 0.2) 15px 15px,
            rgba(42, 125, 225, 0.1) 20px 20px,
            rgba(42, 125, 225, 0.05) 25px 25px;
        margin-left: 20px;
    }

    .three ul li {
        font-size: 15px;
        width: 250px;
        list-style-type: '\2713  ';
    }

    .three h5 {
        background-color: #2D77E6;
        color: white;
        font-size: 16px;
        text-align: center;
        border-radius: 25px;
        width: 200px;
        padding: 5px;
        margin-top: 50px;
    }
}