/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

.rad{
	padding: 0 0 60px;
}

.rad-container{
 width: 40%;
 max-width: 40%;
 margin: 0 auto;
 }
 
 .rad figure {
    margin: 0;
}

.rad h1 {
  text-align: center;
  padding: 30px 0;
}

.rad h2,.rad h2, h1 {
    color: #d74346 !important;
    font-weight: 700 !important;
    text-transform: inherit !important;
}
.rad h2 {
  font-size: 25px !important;
}

.rad p {
  font-size: 20px;
  font-weight: 600;
}

.rad .bg-grey {
  background-color: #e8e8e8;
  padding: 25px !important;
  position: relative;
  margin-bottom: 65px;
}
.mb-15{margin-bottom:15px !important;}

.rad .border-arrow::after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  border-top: 70px solid #d9d9d9;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  z-index: -1;
}

.rad .gap-6 {
  gap: 4rem !important;
}

.rad figure {
  text-align: right;
}

@media (max-width: 990px) {
  .rad .border-arrow::after {
    bottom: -40px;
  }
  .rad .bg-grey {
    padding: 15px !important;
}
.rad{
	padding: 0 0 30px;
}

.rad-container {
    width: 60% !important;
    max-width: 60% !important;
    margin: 0 auto;
}

}

@media (max-width: 768px) {
  .rad .border-arrow::after {
    bottom: -20px;
  }
  
  .rad .container{
  
  }

  .rad .gap-6 {
    gap: 2rem !important;
  }

  .rad p {
    font-size: 14px;
  }

  .rad h2 {
    font-size: 18px !important;
  }

  .rad h1 {
    padding: 15px 0;
    font-size: 22px !important;
  }
  .rad-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
}
}