.fat-info-box-container{
    border: solid 2px #0087CB;
    color: #0087CB;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 40px;
    text-align: center;
}

.fat-info-box-container h4.info-title{
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.fat-info-box-container .info-desc{
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 400px;
    margin: 0 auto;
}
.fat-info-box-container .image-icon{
    margin-top: 20px;
    margin-bottom: 20px;
}

.fat-info-box-container .info-button{
    margin-top: 50px;
}

