* {
    margin: 0;
    padding: 0;
}

.top-section-background h1{
    font-size: 46px;
    line-height: 56px;
    font-family: "sofia-pro";
    font-weight: bold;
    color: #151E41;
}
.block_infomation {
    text-align: center
}
.block_infomation h2 {
    font-size: 46px;
    line-height: 56px;
    font-family: "sofia-pro";
    font-weight: bold;
    color: #151E41;
}

.rightsymbolbg {
    background: url("../images/cover_picture.gif") no-repeat;
    width: 100%;
    height: 100%;
}
.social {
    text-align: center;

}

.social a {
    padding: 0.5em;
}

.social_group {
    padding: 40px 0px 0px 0px;
}

.social_banner {
    position: absolute;
    width: 100%;
    height: 3em;
    display: flex;
    overflow: hidden;

}

.social_banner h2 {
    position: absolute;
    white-space: nowrap;
    font-size: 2em;
 /*   line-height: 10vh;*/
    -webkit-animation: text_banner 20s infinite;
}

@-webkit-keyframes text_banner {
     0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.why_buggycloud,
.why_buggycloud_left {
    text-align: left;
}


.why_buggycloud_right p,
.why_buggycloud_left p {
    line-height: 200%;
    font-size: 1em;
}
.why_buggycloud_right h3,
.why_buggycloud_left h3 {
    font-size: 46px;
    line-height: 56px;
    font-family: "sofia-pro";
    font-weight: bold;
    color: #151E41;
    }

.why_buggycloud_right img,
.why_buggycloud_left img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.why_buggycloud_left li {
    text-align: right;
}

.horizontal_line_padding {
    padding: 10px 0px 10px 0px;
}

.outer_horizontal_line {
    width: 100%;
    height: 1px;
    margin: auto;
    position: relative;
    padding-left: 150px;
    overflow: hidden;
}

.inner_horizontal_line {
    position: absolute;
    width: 80%;
    height: 100%;
    background: rgba(153, 150, 147, 0.27);
    top: 30%;
    box-shadow: 0px 0px 100px 50px rgba(153, 150, 147, 0.64);
}

.card {
    position: relative;
    box-shadow: 0 0 25px 0 rgba(0,0,0, .35);
}

.card::before,
.card::after {
    content: '';
    position: absolute;
    border: 1px solid white;
    box-shadow: inset -15px 0 10px -10px rgba(0,0,0,.5);
}

.card::before {
  top: 1.5rem;
  bottom: 10rem;
  right: 1.5rem;
}

.card::after {
  bottom: 10.5rem;
  left: 1.5rem;
  right: 0.5rem;
  box-shadow: inset -15px 0 10px -10px rgba(0,0,0,.5);
}

.top-and-bottom {
    position: relative;
    box-shadow: 0px 0px 0px .2px rgb(160,160,160);
    border: .2px solid rgb(160,160,160);
    width: 100px;
    height: 300px;
}

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

.table-content img {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100px;
    height: auto;
}

.table-content h4 {
    font-size: 30px;
    line-height: 56px;
    font-family: "sofia-pro";
    font-weight: bold;
    color: #151E41;
}