* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #303132;
}

main {
  max-width: 386px;
  margin: 0 auto;
  padding: 30px 10px;
}

.logo {
  width: 135px;
  height: 135px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.35);
}

.logo img {
  max-width: 90px;
}

img {
  max-width: 100%;
  height: auto;
}

.icon-20 {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #266fac;
  /*background-color: #E7EBEE;*/
  background-color: transparent;
  border-radius: 8px;
  text-align: center;
  justify-content: center;
}

.icon-20 svg path {
  /*fill: #3695CC;*/
  fill: #266fac;
}

a {
  text-decoration: none;
  color: #303132;
}

.connect {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  text-align: center;
}

.connect span {
  margin-top: 5px;
}

.social_media {
  display: flex;
  justify-content: center;
  column-gap: 33px;
  margin: 20px 0;
}

.link {
  color: #266fac;
  border: 1px solid #146fac;
  padding: 7px 15px;
  background-color: #146fac;
  color: #fff;
  border-radius: 26px;
  display: inline-flex;
  align-items: center;
}

.link svg {
  margin-right: 5px;
}

.link svg path {
  fill: #ffffff;
}

.text-center {
  text-align: center;
}

.contact_main {
  border: 1px solid #f8f8f9;
  box-shadow: 0 1px 7px 4px #70bde930;
  border-radius: 8px;
  margin-bottom: 36px;
  background-color: #fff;
}

.contact_wrap {
  background: #ffffff;
  box-shadow: 0px 6px 14px -6px #f0f8fd, 0px 10px 32px -4px #ebf6fc;
  border-radius: 8px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.card {
  padding: 20px 15px;
}

.border_bottom {
  border-bottom: 1px solid #bddaf254;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}

.icon-40 {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e2f4ff;
  border-radius: 4px;
}

.media-body h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}

.media-body span {
  color: #a2a6a9;
  font-size: 12px;
  line-height: 15px;
}

.mute_link:hover {
  text-decoration: underline;
}

.card_social h5 {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}

.card_social {
  padding: 15px;
}

.main_logo {
  max-width: 170px !important ;
}

.icon {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.main_logo_wrap {
  border-radius: 10px;
  padding: 15px 0 10px;
  max-width: 70%;
  margin: 0 auto;
}
.twitter_icon .media svg {
  background: #000;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50px;
}
