.container {
    padding: calc(8vh);
}

.container_1 .middle {
    padding: calc(6vh) 0;
}

.rotated_content .profile_container .profile_wrapper .profile_bg {
    min-width: auto;
    width: calc(50% - 40px);
    max-width: calc(350px - 40px);
}

.rotated_content .profile_container .profile_wrapper .profile_img {
    min-width: auto;
    width: 50%;
    max-width: calc(350px);
}

.rotated_content .profile_container .profile_wrapper .about {
    left: 410px;
}

@media screen and (max-height: 600px) {
    .rotated_content .profile_container .profile_wrapper .profile_bg {
        max-width: calc(50vh);
    }

    .rotated_content .profile_container .profile_wrapper .profile_img {
        max-width: calc(50vh);
    }

    .rotated_content .profile_container .profile_wrapper .contact {
        padding: 1rem 1rem;
    }

    .rotated_content .profile_container .profile_wrapper .about {
        top: 5%;
        left: calc(60vh);
    }
}
