<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.3/css/fontawesome.min.css" integrity="sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni" crossorigin="anonymous">

/* Custom Styles */
.header__content--desktop{
    padding: 10px 0;
}
.logo{
    position: relative;
    z-index: 1;
    margin-bottom: -53px;
}
.header__content--desktop .header__block{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.header__content--desktop .link-list__link {
    margin: 0px 20px;
}
.header__content--mobile .link-list, .header__content--mobile .user {
    margin-top: 40px;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.link-list__link {
    margin: 0px 15px;
    text-transform: uppercase;
    transition:none;
    padding-bottom: 19px;
}
.link-list__link:hover{
    border-bottom: 2px solid #f6c825;
    margin-bottom: 0px !important;
    color: #7d8c99;
    padding-bottom:19px;
}
#block-1619359128206_1 {
    padding-bottom: 0px;
}
#section-1619359128209 .container {
    background-color: white;
    margin: 0px 96px;
    border-radius: 27px;
}
@media (max-width: 768px){
#section-1619359128209 .container {
    margin: 0px 20px;
}
}
#block-1619354552185 .btn{
    font-size: 28px;
    border-top-left-radius: 25px!important;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 25px!important;
    border-bottom-left-radius: 0px;
    padding: 0px 10px;
}
#block-1619359128206_1 .btn {
    position:relative;
    padding: 16px 0px;
    margin-top: 39px;
}
#block-1619359128206_1 .btn:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    border-bottom: 0 solid transparent;
    border-top: 30px solid transparent;
    border-right: 30px solid #27ae60;
    left: -2px;
    top: -31px;
}
#block-1619359128206_1 .btn:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    border-bottom: 0 solid transparent;
    border-top: 30px solid transparent;
    border-left: 30px solid #27ae60;
    right: -2px;
    top: -31px;
}
 ul{
    list-style:none;
     
}
 li{
    ine-height: 30px;
    font-size:22px;
}
li:before {
    position: relative;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    transform: scale(0.85);
    color: #27ae60;
    left: -10px;
    font-weight:900;
}

#block-1619537424306 .btn{
    position:relative;
    padding: 16px 0px;
    margin-top: 39px;
}
#block-1619537424306 .btn:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    border-bottom: 0 solid transparent;
    border-top: 30px solid transparent;
    border-right: 30px solid #27ae60;
    left: -2px;
    top: -31px;
}
#block-1619537424306 .btn:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    border-bottom: 0 solid transparent;
    border-top: 30px solid transparent;
    border-left: 30px solid #27ae60;
    right: -2px;
    top: -31px;
}

.feature > :first-child {
    margin-left: -122px;
    margin-top: -155px!important;
    position: absolute;
}
.feature__text {
    padding-top: 100px;
}
hr{
    width:51%;
    border:1px solid black;
}
@media (max-width: 767px){
    hr{
    min-width:70%;
    border: 1px solid black;
}
}
@media screen (max-width:768){
   .col-sm-2{
     display:block;
  }
}
.#section-1619359128209.container {
  position: relative;
  width: 50%;
}

.#section-1619359128209.image__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

#section-1619359128209..image__image :hover{
  opacity: 1;
  color:gray;
}