.about_all {
    padding: 0 7%;
    padding-block: 70px;
}

.about_title h1 {
    color: #010080;
    font-size: 35px;
}

.about_title p {
    padding-top: 15px;
}

.welcome_all {
    display: grid;
    grid-template-columns: 1fr 1.5fr;

    padding: 0 7%;
    padding-block: 70px;
}

.welcome_text {
    margin-left: 10%;
}

.welcome_text h1 {
    color: #010080;
    font-size: 35px;
}

.welcome_text p {
    margin-top: 15px;
}

.welcome_img {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 95%;
    height: 660px;

}

.welcome_img img {
    width: 100%;
    height: 660px;
    object-fit: cover;
    border-radius: 40px;
}

.services_title h1 {
    text-align: left;
}

.services_title p {
    text-align: left;
}

.services_card a {
    display: none;
}

.test_alll {
    padding: 0 7%;
    padding-block: 70px;
}

.test__title h1 {
    font-size: 35px;
    color: #010080;
}

.test__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.test__video {
    width: 95%;
    height: 400px;
    margin-top: 50px;
}

.test__video video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.meet_all {
    padding: 0 7%;
    padding-block: 70px;
}

.meet_title h1 {
    font-size: 45px;
    color: #010080;
}

.meet_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.meet_card {
    width: 90%;
    margin-top: 50px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.meet_card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.details {
    padding: 0 5%;
    padding-block: 20px;
}

.meet_info span i {
    padding-right: 20px;
    color: #010080;
}

.meet_info a {
    color: #000;
}

.name h2 {
    color: #010080;
    padding-bottom: 10px;
}

.position {
    padding-bottom: 10px;
    color: #010080;
}

.position i {
    padding-right: 20px;
    color: #010080;
}

.call,
.mail {
    padding-bottom: 10px;
}

.call {
    display: none;
}

.forms input {
    height: 50px;

}

.forms select {
    height: 50px;
}

.appointment_all {
    padding: 0 7%;
    padding-block: 70px;
}

.forms_title {
    margin: 0 5%;
}

@media only screen and (max-width: 1120px) {
    .welcome_all {
        display: flex;
        flex-direction: column;
    }

    .welcome_img {
        margin-bottom: 40px;
    }

    .welcome_text {
        margin: 0;
    }

    .test__grid,
    .meet_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 820px) {
    .test__grid,
    .meet_grid{
        display: grid;
        grid-template-columns: 1fr;
    }
    .meet_card{
        width: 100%;
    }
}