@media screen and (min-width: 300px) and (max-width: 600px) {

    .main {
        width: 100%;
        height: 100%;
    }

    .content {
        height: 60px;
        width: 100%;
        display: flex;
        display: none;
    }

    .content2 {
        width: 32%;
        height: 100%;
        margin-left: 10px;
    }

    .content2 p {
        text-align: center;
        font-size: 14px;
        padding-top: 10px;
    }

    .content2 button {
        text-decoration: none;
        border: none;
        width: 150px;
        height: 35px;
        border-radius: 16px;
        margin-left: 100px;
        margin-top: 10px;
        background: linear-gradient(to right, #FF5733, #FFBD33, #f2295b);
        color: white;
        font-weight: bold;
    }

    .header {
        width: 100%;
        height: auto;
        background-color: #f2295b;

    }

    .header h1 {
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        padding-top: 20px;
        color: white;
    }

    .header2 {
        width: 100%;
        height: auto;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
    }


    .header3 {
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }

    .circlehead {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        margin-left: 60px;
        margin-top: 20px;
        transition: transform 0.3s, background-color 0.3s;
    }

    .circlehead img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .circlehead:hover {
        transform: scale(1.1);
        background-color: #ffcccc;
    }


    .header3 p {
        font-size: 13px;
        width: 90%;
        text-align: justify;
        color: white;
        margin-top: 20px;
        margin-left: 10px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;

    }


    .blogs {
        margin-top: 40px;
    }


    .services {
        width: 100%;
        height: auto;
        background-color: #f2295b;
        display: flex;
        flex-direction: column;
    }

    .services2 {
        width: 100%;
        height: 100%;
    }

    .services2 h2 {
        text-align: center;
        margin-top: 40px;
    }

    .services2 p {
        width: 80%;
        margin-left: 50px;
        margin-top: 50px;
    }

    .services2 img {
        width: 90%;
        height: 300px;
        margin-left: 10px;
        margin-top: 60px;
        border-radius: 10px;
    }

    .services2 button {
        margin-left: 90px;
        text-decoration: none;
        border: none;
        width: 150px;
        height: 35px;
        border-radius: 16px;
        margin-left: 100px;
        margin-top: 10px;
        background: white;
        color: black;
        font-weight: bold;
    }


    .colabsed {
        width: 70%;
        height: auto;
        margin-left: 15%;
        border: 1px solid red;
        margin-top: 60px;
        padding-top: 20px;

    }

    .colabs1 {
        width: 100%;
        height: auto;
        background-color: #f2295b;
        padding-bottom: 30px;
    }


}