.content_text__box .content_desc p:last-child {
    margin-bottom: 0;
}
.content_text__box .content_desc p {
    line-height: 2.6rem;
    margin-bottom: 30px;
}
.content_desc ul, .bod-desc ul {
    padding-left: 20px;
}
.content_desc ul li, .bod-desc ul li {
    list-style: disc !important;
    padding-bottom: 20px;
}

@media screen and (min-width:991px){
.ml-50{
margin-left:50px;
}
}

@media screen and (max-width: 991px) {
.content_desc img{
	object-fit: cover;
    height: auto !important;
}
.modal-title {
	font-size: 3.2rem;
}
}
@media screen and (max-width: 575px) {
  .content_text__box .two-col-text {
      margin-top: 30px;
  }
  .content_text__box .two-col-text:first-child {margin-top: 0}
}

/*Self serve css*/

body.ip3-edit .content_text__wrapper span[scfieldtype="rich text"]{
width:100%;
}