/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
.servicesBanner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #FFF 20%, #EDFBFF 95%);
  position: relative; }

.banner-content {
  margin-top: 40px;
  margin-bottom: 40px; }

.services-title {
  font-style: normal;
  font-weight: 500;
  font-family: "archiasemibold";
  font-size: 30px;
  line-height: 27px;
  color: #154EA5; }
  @media (max-width: 768px) {
    .services-title {
      text-align: left;
      font-size: 20px;
      width: 77%;
      font-weight: 400;
      font-family: "archiaregular"; } }
  @media (max-width: 768px) {
    .services-title {
      font-size: 20px; } }

.services-description-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px; }

.services-description {
  font-style: normal;
  font-weight: 400;
  font-family: "archiaregular";
  font-size: 15px;
  line-height: 23px;
  color: #5B5B5B;
  width: 440px; }

.request-button {
  width: 270px;
  background: #154EA5;
  border-radius: 53px !important; }

.request-button span {
  font-weight: 500px;
  font-family: "archiasemibold"; }

@media (max-width: 544px) {
  .request-button {
    width: 197px; } }

@media (max-width: 480px) {
  .services-description-main {
    padding-top: 0;
    width: 220px; }
  .services-description {
    text-align: left;
    font-size: 15px; } }

.servicesBanner-wrapper .banner-content .img-article-recommendations {
  position: absolute;
  bottom: -55px;
  right: 0;
  z-index: 0;
  width: 250px; }
  @media (max-width: 1199px) {
    .servicesBanner-wrapper .banner-content .img-article-recommendations {
      width: 210px; } }
  @media (max-width: 992px) {
    .servicesBanner-wrapper .banner-content .img-article-recommendations {
      width: 159px; } }
  @media (max-width: 768px) {
    .servicesBanner-wrapper .banner-content .img-article-recommendations {
      display: block;
      bottom: 150px;
      width: 110px; } }
