*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* services */
.head1{
    font-size: 24px;
}
.head1 h2{
    margin-left: 120px;
    margin-top: 40px;
    font-size: 45px;
    color: rgb(64, 66, 73);
}
.head1 h3{
    margin-top: 20px;
    margin-left:350px;
    font-size: 38px;
    color: rgb(64, 68, 77);
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.row1{
    width: 350px;
    margin: 10px;
    padding: 20px;
    background: #fff;
}
.row1 img{
    width: 300px;
    height: 300px;
    text-align: center;
}
.row1 h2{
    text-align: center;
    color: rgb(54, 53, 51);
    font-size: 29px;
    margin-top: 15px;
}
.row1 p{
    text-align: center;
}
.row1 a{
    text-decoration: none;
    color: #fff;
    padding: 15px;
    display: block;
    margin-left: 65px;
}
.row1 .btn{
    border: none;
    width: 140px;
    height: 40px;
    background: #e0e262;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}
.row1 .btn:hover{
    background: #e0e262;
    color: #1f1f1d;
}
.container :hover{
    background-color: pink;
    transition: 1s all eases;
    transform: scale(1.05);
}

.container1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.row2{
    width: 350px;
    margin: 10px;
    padding: 20px;
    background: #fff;
}
.row2 img{
    width: 300px;
    height: 300px;
    text-align: center;
}
.row2 h2{
    text-align: center;
    color: rgb(54, 53, 51);
    font-size: 29px;
    margin-top: 15px;
}
.row2 p{
    text-align: center;
}
.row2 a{
    text-decoration: none;
    color: #fff;
    padding: 15px;
    display: block;
    margin-left: 65px;
}
.row2 .btn{
    border: none;
    width: 140px;
    height: 40px;
    background: #e0e262;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}
.row2 .btn:hover{
    background: #e0e262;
    color: #1f1f1d;
}
.container1 :hover{
    background-color: pink;
    transition: 1s all eases;
    transform: scale(1.05);
}

.container2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.row3{
    width: 350px;
    margin: 10px;
    padding: 20px;
    background: #fff;
}
.row3 img{
    width: 300px;
    height: 300px;
    text-align: center;
}
.row3 h2{
    text-align: center;
    color: rgb(54, 53, 51);
    font-size: 29px;
    margin-top: 15px;
}
.row3 p{
    text-align: center;
}
.row3 a{
    text-decoration: none;
    color: #fff;
    padding: 15px;
    display: block;
    margin-left: 65px;
}
.row3 .btn{
    border: none;
    width: 140px;
    height: 40px;
    background: #e0e262;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}
.row3 .btn:hover{
    background: #e0e262;
    color: #1f1f1d;
}
.container2 :hover{
    background-color: pink;
    transition: 1s all eases;
    transform: scale(1.05);
}

/*  */
.container3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.row4{
    width: 350px;
    margin: 10px;
    padding: 20px;
    background: #fff;
}
.row4 img{
    width: 300px;
    height: 300px;
    text-align: center;
}
.row4 h2{
    text-align: center;
    color: rgb(54, 53, 51);
    font-size: 29px;
    margin-top: 15px;
}
.row4 p{
    text-align: center;
}
.row4 a{
    text-decoration: none;
    color: #fff;
    padding: 15px;
    display: block;
    margin-left: 65px;
}
.row4 .btn{
    border: none;
    width: 140px;
    height: 40px;
    background: #e0e262;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}
.row4 .btn:hover{
    background: #e0e262;
    color: #1f1f1d;
}
.container3 :hover{
    background-color: pink;
    transition: 1s all eases;
    transform: scale(1.05);
}