.procedures{
    margin-top: -100px;
    position: absolute;
    width: 100%;
}
.procedures h2{
     font-size: 2em;
    background-color: #fb628d;
    width: 10%;
    padding: 5px;
    margin-left: 45%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #45bbdd;
    color: white;
}
.procs_1{
    display: flex;
    gap: 30px;
    width: 80%;
    margin-left: 10%;
}
.pros_3{
    width: 100%;
    background-color: #fb628d;
}
.pros_2 h3{
    text-align: center;
}
.pros_2 img{
width: 100%;
height:400px;
object-fit: cover;
}
.pros_3{
    line-height: 1.5;
    font-size: 18px;
    text-align: justify;
    padding: 20px;
    display: none;
    color: aliceblue;
}
.pros_2:hover .pros_3{
    display: block;
}
@media (max-width: 600px) {
    .procs_1{
    display: block;
    gap: 30px;
    width: 80%;
    margin-left: 10%;
}
.procedures{
    margin-top: 0px;
    position: absolute;
}
.procedures h2 {
    font-size: 2em;
    background-color: #fb628d;
    width: 40%;
    padding: 5px;
    margin-left: 30%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #45bbdd;
    color: white;
}
}