* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contact {
    height: 700px;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.contact_main {
    height: 750px;
    width: 70%;
    display: flex;
    gap: 10px;
    background-color: rgb(241, 241, 241);
}

.contact_text {
    height: 100%;
    width: 65%;
}

.contact_photo {
    height: 100%;
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
}

.class_details {
    height: 60px;
    width: 400px;
    margin-left: 50px;
    margin-top: 40px;
    font-size: 1.1rem;

}

.class_details_no {
    height: 75px;
    width: 430px;
    font-size: 1.1rem;
    margin-left: 50px;
    margin-top: 40px;
}

.details_mobile2 {
    width: 430px;
    height: 46px;
    border-radius: 6px;
    margin-top: 5px;
    display: flex;
    background-color: white;
    border: 1px solid rgb(224, 222, 222);
}

.class_details2 {
    height: 150px;
    width: 400px;
    margin-left: 50px;
    margin-top: 10px;
    font-size: 1.1rem;

}