* {
    font-family: 'Open Sans', sans-serif;
}
a {
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    color: #444444;
    transition: .3s;
}
a:hover {
    color: #444444;
    opacity: .6;
}
.button {
    border-radius: 8px;
    margin: auto;
    display: inline-block;
    height: 44px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 4px 5px 0 rgba(62, 146, 255, 0.24);
    border: none;
    background-image: linear-gradient(135deg, #1D97ED 0%, #0261FF 100%);
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    -webkit-transition: .3 ease-out;
    -moz-transition: .3 ease-out;
    -o-transition: .3 ease-out;
    transition: .3s ease-out;
    outline: none !important;
    cursor: pointer;
    position: relative;
    user-select: none;
    padding: 0 16px;
}
.button:hover {
    background-color: #1D97ED;
    color: #FFFFFF;
    opacity: .6;
}

.title-with-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.title-main {
    font-weight: bold;
    font-size: 24px;
    color: #444444;
    margin-bottom: 0;
}
.title-with-link .link {
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    color: #444444;
    position: relative;
    padding: 8px 0;
}
.title-with-link .link::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #1D97ED;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-item {
    position: relative;
}
.news-item.big img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.news-item .news-text {
    padding: 64px 24px 32px;
    background: linear-gradient(180deg, rgba(29, 151, 237, 0) 0%, rgba(29, 151, 237, 0.3) 34.38%, rgba(29, 151, 237, 0.5) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.news-item .news-text h4 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 12px;
    color: #FFFFFF;
}
.news-item .news-text p {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.news-item .news-date {
    position: absolute;
    left: 24px;
    top: 16px;
    background: #1D97ED;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    padding: 8px 16px;
    user-select: none;
}

.news-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 16px;
    margin-top: 32px;
}
.news-col .news-item {
    width: 33%;
    display: block;
}
.news-col img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.news-col .news-item .news-text {
    background: white;
    position: relative;
    padding: 24px;
}
.news-col .news-item .news-text .date {
    font-weight: normal;
    font-size: 14px;
    color: #666C72;
    margin-bottom: 12px;
    display: block;
}
.news-col .news-item .news-text h6 {
    font-weight: 600;
    font-size: 16px;
    color: #444444;
}


.card-special {
    padding: 24px;
    background: #FFFFFF;
}
.main-card {
    height: 420px;
    margin-bottom: 32px;
}
.card-special img {
    border-radius: 12px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: flex;
    margin: auto;
    margin-bottom: 24px;
}
.card-special h6 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #444444;
    margin-bottom: 16px;
}
.card-special p {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #444444;
    margin-bottom: 32px;
}





/* -------------------------------------------------------------------------------- */
/* Margin top and bottom */
.mtb-0 {
    margin: 0px 0px;
  }
  .mtb-4 {
    margin: 4px 0px;
  }
  .mtb-8 {
    margin: 8px 0px;
  }
  .mtb-16 {
    margin: 16px 0px;
  }
  .mtb-24 {
    margin: 24px 0px;
  }
  .mtb-32 {
    margin: 32px 0px;
  }
  
  /* Margin top and bottom */
  .mtb-auto-0 {
    margin: 0px auto;
  }
  .mtb-auto-4 {
    margin: 4px auto;
  }
  .mtb-auto-8 {
    margin: 8px auto;
  }
  .mtb-auto-16 {
    margin: 16px auto;
  }
  .mtb-auto-24 {
    margin: 24px auto;
  }
  .mtb-auto-32 {
    margin: 32px auto;
  }
  /* Margin top and bottom */
  .mrl-0 {
    margin: 0px auto;
  }
  .mrl-4 {
    margin: 4px auto;
  }
  .mrl-8 {
    margin: 8px auto;
  }
  .mrl-16 {
    margin: 16px auto;
  }
  .mrl-24 {
    margin: 0 24px;
  }
  .mrl-32 {
    margin: 0 32px;
  }
  
  /* Margin Right */
  .mr-0 {
    margin-right: 0px;
  }
  .mr-4 {
    margin-right: 4px;
  }
  .mr-8 {
    margin-right: 8px;
  }
  .mr-16 {
    margin-right: 16px;
  }
  .mr-24 {
    margin-right: 24px;
  }
  .mr-32 {
    margin-right: 32px;
  }
  
  /* Margin Left */
  .ml-0 {
    margin-left: 0px;
  }
  .ml-4 {
    margin-left: 4px;
  }
  .ml-8 {
    margin-left: 8px;
  }
  .ml-16 {
    margin-left: 16px;
  }
  .ml-24 {
    margin-left: 24px;
  }
  .ml-32 {
    margin-left: 32px;
  }
  
  /* Margin Top */
  .mt-0 {
    margin-top: 0px;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .mt-8 {
    margin-top: 8px;
  }
  .mt-16 {
    margin-top: 16px;
  }
  .mt-24 {
    margin-top: 24px;
  }
  .mt-32 {
    margin-top: 32px;
  }
  
  /* Margin Bottom */
  .mb-0 {
    margin-bottom: 0px !important;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .mb-8 {
    margin-bottom: 8px;
  }
  .mb-16 {
    margin-bottom: 16px;
  }
  .mb-24 {
    margin-bottom: 24px;
  }
  .mb-32 {
    margin-bottom: 32px;
  }
  
/* Margin top and bottom End */
/* -------------------------------------------------------------------------------- */