body {
  background: rgb(30,35,45);
  background: linear-gradient(90deg, rgba(30,35,45,1) 25%, rgba(15,19,27,1) 75%);
  padding-top: 60px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  color: #005eff;
}

a {
  color: #06c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #0083FF;
  cursor: help;
}

img {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  max-height: 100%;
  max-width: 100%;
}

img:hover {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

p {
  font-size: 12px;
}

.container {
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
  width: auto;
}

.container:hover {
    background-color: #0083FF;
    transition: ease-in-out 250ms !important;
}

.imgCon {
    width: fit-content;
    height: 1200;
    background: rgb(0,0,176);
    background: linear-gradient(90deg, rgba(0,0,176,1) 25%, rgba(0,45,88,1) 75%);
}

.titleCon {
    background: rgb(0,0,176);
    background: linear-gradient(90deg, rgba(0,0,176,1) 25%, rgba(0,45,88,1) 75%);
    color: #fff;
    width: 36%;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 18px;
    vertical-align: baseline;
}

.cont {
  border-radius: 6px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 120px;
  padding-right: 10px;
  max-width: 640px;
  display: flex;
  vertical-align: baseline;
}

  .cont__image {
    width: 200px;
    object-fit: contain;
    align-self: flex-start;
    vertical-align: baseline !important;
    
  }
  
  .cont__image > img {
      margin-top: 40px;
  }
  .cont__text {
    flex: 1 1 auto;
    margin-top: 10px;
    vertical-align: baseline;
  }
