.upper_belt_create_main{
      background: #F6F7F8;
      padding: 35px 15px 50px;
   text-align: center;
}
.upper_belt_create {
    max-width: 850px;
    margin: 0 auto;
}
.upper_belt_img {
    max-width: 265px;
    margin: 0 auto;
}
.upper_belt_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
p.education_sub_details {
    color: #506690;
    text-align: center;
    font-family: Azo Sans Regular;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 auto 24px;
    max-width: 600px;
}
.upper_belt_create h2{
    color: #187ABF;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 5px;
}
.dark_education {
    font-size: 18px;
    color: #506690;
    font-weight: 600;
    line-height: 26px;
}
.education_sub {
    color: #0e2937;
    margin-bottom: 0px;
}
.godot_btn {
       max-width: 285px;
    margin: -25px auto 0px;
    width: 100%;
}

.card-header {
    height: 174px;
}
.comparison {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 45px;
}
.button.button-primary
Specificity: (0,2,0)
 {
    background: #0db88f;
    margin-top: -30px;
}
.comparison .card {
    width: 100%;
      margin-top: 24px;
    border: none;
    background: transparent;
}
.godot-header {
    background: transparent linear-gradient(180deg, #187ABF 0%, #00548F 100%) 0% 0% no-repeat padding-box;
}
.unity-header {
    background: transparent linear-gradient(180deg, #033B63 0%, #001F36 100%) 0% 0% no-repeat padding-box;
}
.card-header {
    border-radius: 16px !important;
}
@media(max-width: 993px){
  .comparison{
    flex-direction: column;
  }
  .upper_belt_create h2 {
    font-size: 32px;
    line-height: 32px;
}
}