.case-box {
    min-height: 340px;
    margin: auto;
    width: 312px;
    border: 2px solid #c8c8c8;
    padding: 20px 20px;
    margin-bottom: 40px;
}
.cases-logo {
    min-height: 95px;
    display: flex;
}
.case-box img {
    align-self: center;
	   max-width: 100%;
    height: auto;
}
img.lazy {
    min-height: 1px;
}
.case-box .content {
    padding-bottom: 1.5em;
    height: 145px;
}
.case-box a.et_pb_button {
    font-size: 14px;
}
.et_pb_button{
    color: #ffffff !important;
	padding: 0.5em 1.5em!important;
	background-color: rgb(228 35 40) !important;
  border-color: #ffffff !important;
  border-radius: 0px;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	position: relative;
	font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all!important;
  transition-property: all!important;
}
.form-title h2 {
    text-align: center;
    color: #ee0000;
    padding: 10px 0px 10px 0px;
}
.form-title p {
    font-size: 12px;
    color: #000000;
    font-weight: 800;
    position: relative;
    bottom: 4px;
}
.form-title {
    position: relative;
    bottom: 12px;
}
.case-study-form label {
    font-size: 13px;
    font-weight: 700;
    width:100%;
}
.case-study-form input {
    height: 45px;
    width: 100%;
}
.modal-content{
    width: 85% !important;
}
.modal-footer{
    align-items: center;
    display: none !important;
}
.btn:not([class*="btn-outline-"]){
    background-color: #e00 !important;
}
.case-study-form .wpcf7-submit {
    background: #e00;
    color: #fff;
    border: none;
}
.case-study-form .close{
    font-size: 56px !important;
    font-weight: 500 !important;
    line-height: 0.5 !important;
    color: #e00 !important;
    opacity: 1 !important;
}
