@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.two-columns-rounded-image-content-section .wysiwyg-content * {
      font-family: 'Inter';
  font-size: 18px;
  line-height: 26px;
  color: #575757;
}

.two-columns-rounded-image-content-section .wysiwyg-content a {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .two-columns-rounded-image-content-section .wysiwyg-content * {
    font-size: 16px;
    line-height: 24px;
  }
}

.two-columns-rounded-image-content-section {
  background: #FFF;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.two-columns-rounded-image-content-section .wrap {
  width: 100%;
  max-width: 1280px;
  padding: 80px;
  margin: 0 auto;
}

.two-columns-rounded-image-content-section .wrap .columns {
  display: flex;
  flex-flow: row nowrap;
  gap: 80px;

}

.two-columns-rounded-image-content-section .wrap .columns-reverse {
  flex-flow: row-reverse nowrap;
}

.two-columns-rounded-image-content-section .wrap .columns .column {
  width: 100%;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-image {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  width: 100%;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-image.no-border-radius {
  border-radius: 0;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-image .column-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-image .column-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-image .column-image-wrap img.mobile-img {
  display: none;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner {
  display: flex;
  flex-flow: column nowrap;
  padding: 40px 0;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner h2 {
  color: #000;
	font-family: 'Inter';
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 0;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content * {
  margin: 0;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content>* {
  margin-top: 12px;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content blockquote {
  border-radius: 2px;
  background: #004E61;
  margin: 0;
  padding: 12px 16px;
  position: relative;
  padding-left: 36px;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content blockquote * {
  color: #fff;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content blockquote::before {
  content: '';
  width: 4px;
  top: 16px;
  bottom: 16px;
  background: #fff;
  position: absolute;
  left: 16px;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;

}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content ul li {
  padding-left: 36px;
  color: #575757;
  position: relative;
  font-size: 20px;
  line-height: 28px;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content ul li strong,
.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content ul li b {
  font-weight: 700;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 18C15.866 18 19 14.866 19 11C19 7.13401 15.866 4 12 4C8.13401 4 5 7.13401 5 11C5 14.866 8.13401 18 12 18ZM15.8019 9.95574C16.1173 9.64032 16.1173 9.12891 15.8019 8.81349C15.4865 8.49807 14.9751 8.49807 14.6596 8.81349L11.3857 12.0874L9.79231 10.8923C9.43545 10.6247 8.92918 10.697 8.66154 11.0538C8.39389 11.4107 8.46622 11.917 8.82308 12.1846L10.9769 13.8C11.2985 14.0412 11.7484 14.0092 12.0327 13.725L15.8019 9.95574Z' fill='%2300964D'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-reepat;
}

.two-columns-rounded-image-content-section .image-and-text-wrap {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.two-columns-rounded-image-content-section .image-and-text-wrap .image-and-text-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.two-columns-rounded-image-content-section .image-and-text-wrap .image-and-text-item .image-and-text-item-content h3 {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
}

.two-columns-rounded-image-content-section .image-and-text-wrap .image-and-text-item .image-and-text-item-content p {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 1439px) {
  .two-columns-rounded-image-content-section .wrap {
    padding: 80px 60px;
  }
}

@media only screen and (max-width: 1279px) {
  .two-columns-rounded-image-content-section .wrap {
    padding: 60px 20px;
  }

  .two-columns-rounded-image-content-section .wrap .columns {
    gap: 32px;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 24px;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content ul li {
    padding-left: 32px;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content ul li:before {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .two-columns-rounded-image-content-section .wrap {
    padding: 0;
  }

  .two-columns-rounded-image-content-section .wrap .columns {
    gap: 0;
  }

  .two-columns-rounded-image-content-section .wrap .columns {
    flex-flow: column nowrap;
  }

  .two-columns-rounded-image-content-section .wrap .desktop-img {
    display: none !important;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column.column-image .column-image-wrap {
    position: unset;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column.column-image .column-image-wrap img.mobile-img {
    display: block !important;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column.column-image {
    max-width: 100%;
    border-radius: 0;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column {
    max-width: 100%;
  }

  .two-columns-rounded-image-content-section {
    padding: 40px 20px;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column.column-contents {
    padding: 0;
  }

  .two-columns-rounded-image-content-section .image-and-text-wrap {
    margin-top: 24px;
  }

  .two-columns-rounded-image-content-section .image-and-text-wrap .image-and-text-item {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column.column-image {
    min-height: unset;
    border-radius: 20px;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner {
    padding: 0;
  }

  .two-columns-rounded-image-content-section .wrap .columns {
    gap: 40px;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner h2 {
    margin-bottom: 20px;
    font-size: 30px;
        line-height: 40px;
  }
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .image-and-text-item-link {
  	margin-top: 32px;
	padding: 20px 26px;
	background: #1A5699;
	border: solid 1px #1A5699;
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-radius: 200px;
	display: block;
	text-align: center;
	width: fit-content;
	transition: all ease 200ms;
}

.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .image-and-text-item-link:hover {
     text-decoration: none;
    background: transparent;
    color: #404040;
    border: solid 1px #404040;
}

@media (max-width: 767px) {
  .two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .image-and-text-item-link {
    max-width: 100%;
  }

  .two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content ul li {
    font-size: 16px;
        line-height: 24px;
  }
	.two-columns-rounded-image-content-section .wrap .columns .column.column-contents .column-content-inner .wysiwyg-content ul {
		gap: 8px;
	}
}