.components_content {
  display: flex;
  flex-wrap: wrap;
}
.left_component_section {
  width: 30%;
}
.right_component_section {
  width: 70%;
}
.left_component_content {
  padding-right: 15px;
}
.left_component_content h2 {
  line-height: 40px;
  color: #1F2D3A;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.left_component_content p {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1px;
  display: inline-block;
  color: #1D1C1A;
}
.right_component_section .right_component_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.right_component_section .right_component_content .text_components {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 30px;
}
.text_components_section .text_components_content .text_components_content_img img {
  width: 100%;
  max-height: 250px !important;
  min-height: 250px !important;
  object-fit: cover;
}
.text_components_content_text h4.text_components_title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  margin: 0;
  padding-right: 25px;
}
.text_components_content_text {
  background: #4097db;
  clip-path: polygon(0 20%,101% 0,100% 100%,0 100%);
  padding: 24px 33px;
  margin-top: -21px;
  position: relative;
}
.text_components_content a:hover {
  text-decoration: none;
}
.text_components_content a:hover .text_components_content_text {
  background: #1F2D3A;
}
.text_components_content_text::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 25px;
  width: 24px;
  height: 24px;
  background-image: url(https://23380934.fs1.hubspotusercontent-na1.net/hubfs/23380934/material-symbols_arrow-right-alt.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.right_component_section_btn {
  margin-top: 30px;
  text-align: center;
}
.right_component_section_btn span#loadMore, #showLess  {
  border: 2px solid #494743;
  color: #494743;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 15px 20px;
  font-weight: 700;
  cursor: pointer;
}
.right_component_section_btn span#loadMore:hover, #showLess:hover {
  color: #4097DB;
  border-color: #4097DB;
  text-decoration: none;
}
.text_components {
  display: none; 
}


#showLess {
  display: none; 
}


@media (min-width:320px) and (max-width:767px) {

  .components_content {
    display: block;
  }
  .left_component_section {
    width: 100%;
    padding: 0px 20px;
  } 
  .right_component_section {
    width: 100%;
  }
  .left_component_content h2 {
    line-height: 30px;
  }
  .right_component_section .right_component_content {
    margin: 0px;
    padding: 0px 15px;
  }
  .right_component_section .right_component_content .text_components {
    padding: 0px;
    width: 100%;
  }
  .text_components_content_text {
    margin-top: -28px;
  }
}






@media (min-width:768px) and (max-width:992px) {

  .right_image_text_content {
    padding: 0px 20px;
    width: 50%;
  }
  .left_component_section {
    width: 100%;
    padding: 0px 20px;
  }
  .right_component_section {
    width: 100%;
    padding: 0px 20px;
    margin-top: 25px;
  }
}



@media (min-width:993px) and (max-width:1250px) {

  .components_content {
    padding: 0px 20px;
  }
  .text_components_content_text {
    margin-top: -28px;
  }