 /*--------------------------------------------------------------
# Section 18
--------------------------------------------------------------*/
 #section-18 {
   margin-top: 100px;
 }

 .container-section-18 {
   display: flex;
   flex-direction: column;
   gap: 50px;
 }

 .img-wrapper-section-18 {
   margin-bottom: 122px;
 }

 .img-wrapper-section-18 img {
   object-position: 20% 45%;
   width: 100%;
   height: 375px;
   border-radius: 25px;
   object-fit: cover;
 }

 .btn-action-section-18 {
   display: flex;
   justify-content: space-evenly;
   align-items: center;
   width: 605px;
   max-width: 100%;
   margin: 0 auto;
 }
