section.otherServices{padding:2rem 0}section.otherServices .container{background-color:#dde9e2;border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1300px;padding:20px 50px 60px;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}section.otherServices .container h3{text-align:center;width:100%}section.otherServices .container .service{background-color:#fff;border-radius:25px;-webkit-box-shadow:2px 2px 10px rgba(0,0,0,.25);box-shadow:2px 2px 10px rgba(0,0,0,.25);display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;width:calc(50% - 80px)}section.otherServices .container .service .image{width:34%}section.otherServices .container .service .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}section.otherServices .container .service .text{padding:20px 20px 60px;width:66%}section.otherServices .container .service .text h3{color:var(--yellow);font-size:35px;margin-bottom:0}section.otherServices .container .service .text p{font-size:20px;font-weight:100}section.otherServices .container .service .btnContainer{bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.otherServices .container .service .btnContainer .btn{background-color:#fff;border:2px solid var(--yellow)}@media(max-width:959px){section.otherServices .container{padding-bottom:30px}section.otherServices .container .service{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px;width:100%}section.otherServices .container .service .image{max-height:200px;width:100%}section.otherServices .container .service .text{text-align:center;width:100%}}