.body_center{
    width: 80%;
}

img {
    display: block;
    width: 100%;
    margin-top: 30%;
    margin-bottom: 25%;
}

.title {
font-size: 50px;
text-align: center;
margin-bottom: 8%;
font-family:   Arial, sans-serif;
color: #495157;
font-weight: bold;
} 

.description {
    margin-top: 10%;
    font-size: 38px;
    text-align: left;
    margin-bottom: 24%;
    font-family: Arial, sans-serif;
    color: #52595f;
    font-weight: bold;
    line-height: 1.4;
} 

.alignCenter{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.btn_style{
width: 100%;
height: 100px;
margin: 0 !important;
padding: 0 !important;
}

.btn.dropdown-btn{
    font-size: 45px !important;
    padding: 14px  6px ;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #6f8089;
    background: #25aae8 !important;
    font-weight: 550;

}

.dropdown-toggle::after {
    display: none !important;
}

.triangle-span{
    border-left: 2px solid #6f8089; 
    float: right; 
    padding: 2px 20px; 
    height: 100%;
}

.span-style{
    background-color: white;
    width: 50px;
    height: 50px;
    float: right;
}

.triangle-top, .triangle-bottom{
  width: 0;
  height: 0;
  margin: 15px auto;
}
.triangle-top, .triangle-bottom{
  border-left:  18px solid transparent;
  border-right: 18px solid transparent;
}

.triangle-top{
  border-bottom: 30px solid white;
}
.triangle-bottom{
  border-top: 30px solid white;
}

.dropdown-supplier{
    font-size: 40px !important;
    border: 2px solid #9b9b9b !important;
    text-align: center !important;
    font-family:   Arial, sans-serif !important;
    color: #495157 !important;
    font-weight: bold !important;
    height: 100px
}

.dropdown-border{
    border-radius: 0px 0px 10px 10px;
}

.phone-container{
    float: left;
}

.envelope-container{
    float: left;
}

.envelope-style{
    padding-right: 15px;
    padding-left: 12px;
    font-size:36px;
}

.phone-style{
    padding-right: 15px;
    padding-left: 12px;
    font-size:48px;
}