.fast-take-wrapper h5 {
    font-family: 'Frank Ruhl Libre', sans-serif;
    text-align: left;
    font-size: 28px;
    color: #035D6D;
    line-height: 33.6px;
}
@media (max-width:767px) {
	.fast-take-wrapper h5 {
		font-size:18px;
		line-height: 26px;
	}
    .fast-take-wrapper {
        padding-left:15px;
        padding-right:15px;
    }
    .fixed-width-content-section-inner-wrapper {
        padding-right: 34px;
    }
    table{
        width: 100% !important;
    }
}

/*new changes*/
.fixed-width-content-section-inner-wrapper{
    margin-bottom: 67px;
}
.fixed-width-content-section-wrap .field--name-field-media-image{
    padding: 20px 0px 20px 0px;
}
@media screen and (min-width:768px) and (max-width:1200px) {
     .fast-take-wrapper{
        padding-left: 50px;
        padding-right: 50px;
    }
    .fixed-width-content-section-inner-content.fast-take-wrapper {
        padding-left: 50px;
        padding-right: 75px;
    }
}
.fixed-width-content-section-wrap .fast-take-wrapper h5{
    font-size: 22px;
    font-weight: bold;
}
.fixed-width-content-section-wrap .field--name-field-top-content h6,.fixed-width-content-section-wrap  .field--name-field-bottom-content h6{
    font-size: 21px;
    font-weight: bold;
}
.page-node-type-fast-take-landing-page .node__content .fixed-width-content-section-wrap:nth-child(2) .hr-line{
    border-top: 1px solid #012A41;
    padding-top: 15px;   
}
@media (min-width:992px) {
    .fixed-width-content-section-wrap  .fixed-width-content-section-inner-content{
      width: 750px;
    }
}
@media (max-width:991px) {
    .node--type-fast-take-landing-page .content-fast-take .content-title.Title {
        width: 90% !important;
    }
}