.svg {
    fill: rgb(70, 31, 21);
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.mailto {
    text-decoration: none;
    color: rgb(70, 31, 21);
}

.wrapper {
    display: flex;
    margin: 50px auto 20px auto;
    /* width: 80%; */
    gap: 20px;
    justify-content: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
    color: rgb(70, 31, 21);
}

.about {
    background-color: rgba(105, 192, 105, 0.3);
    width: 800px;
    min-width: 300px;
    margin-bottom: 20px;
    padding: 40px 40px 40px 40px;
    border-radius: 30px;
    font-size: 16px;
    position: relative;
}

.egg {
    position: absolute;
    height: 60px;
    right: 30px;
    top: 30px;
}

.main_text {
    margin-bottom: 100px;
    margin-inline: 30px;
    text-align: left;
}

.schedule_btn {
    text-decoration: none;
    position: absolute;
    bottom: 40px;
    background-color: rgba(96, 189, 96, 0.4);
    border-radius: 30px;
    color: rgb(70, 31, 21);
    display: inline-flex;
    padding: 10px 25px 10px 25px;
    transition: 0.3s ease;
}

.schedule_btn:hover {
    box-shadow: 0px 0px 15px 5px rgba(65, 148, 65, 0.5);
    background-color: rgba(92, 190, 92, 0.5);
    translate: 0px -10px;
}

.schedule_btn:active {
    box-shadow: 0px 0px 30px 7px rgba(65, 148, 65, 0.5);
    background-color: rgba(92, 190, 92, 0.5);
    translate: 0px -10px;
}

.schedule_btn p {
    color: rgb(70, 31, 21);
    align-content: center;
    margin-left: -5px;
}

.title {
    font-family: "Caprasimo", serif;
    font-size: 36px;
}

.profile_contact {
    /* border: 3px red solid; */
    /* height: 100%; */
    background-color: rgba(105, 192, 105, 0.3);
    border-radius: 175px 175px 175px 175px;
    padding: 30px;
    height: 650px;
    /* margin-bottom: 80px; */
}

.profile_contact img {
    width: 300px;
    border-radius: 150px;
}

.name {
    margin-top: 10px;
    text-align: center;
    font-family: "Caprasimo", serif;
    font-size: 38px;
}

.contact_info {
    margin-top: 40px;
    margin-left: 20px;
}

.contact_info div {
    display: flex;
    margin-bottom: 2px;
}

@media only screen and (max-width: 1179px) {

    .profile_contact {
        height: 80%;
        border-radius: 175px 175px 30px 30px;
        padding: 30px;
        margin-bottom: 0px;
    }

    .contact_info {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 900px) {

    .wrapper {
        margin-top: 30px;
    }

    .about {
        margin-left: 10px;
        margin-right: 10px;
    }

    .profile_contact {
        margin-left: 10px;
        margin-right: 10px;
    }
    .main_text {
        margin-inline: 0px;
    }
}
