.AboutTitle {
    font-size: 30px !important;
    font-family: 'ISBold';
    color: #000;
    text-align: right !important;
}
.AboutSubTitle{
 color: #7d1e4b;
    font-family: 'ISBold';
    margin-top: 45px;
    font-size: 25px !important;
    line-height: 1.7em;
}
.AboutText{
font-size: 17px !important;
    display: block;
    float: right;
    margin-top: 20px;
    line-height: 1.7em;
}
.AboutSgpImgHolder img{
margin:auto;
margin-top: 25%;
}
.RecordHolder{
display: block;
    width: 100%;
}
.RecordHolder img{
width: 50px;
    height: 50px;
    float: left;
    margin-left: calc(100% - 195px);
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1807%) hue-rotate(339deg) brightness(82%) contrast(108%);
}
.RecordHolder h2
{
margin-right: 40px;
    color: #000000;
}
.RecordHolder h4{
margin-right: 40px;
    width: 100%;
    margin-top: 30px;
    color: #000000;
    font-size: 22px !important;
}
.TargetTitle{
display: block;
    margin-right: 50px;
    color: #000;
    line-height: 2em;
    font-family: 'ISBold';
    margin-top: 70px;
    text-align: right;
    font-size: 33px !important;
}
.TargetText {
    display: block;
    float: right;
    font-size:24px !important;
    margin-right: 50px;
    margin-left: 50px;
    color: #000;
    line-height: 2.7em;
}
.TargetButtonHolder{
width: 80%;
    display: block;
    float: right;
    margin-top: 50%;
}
.TargetButton{
display: block;
    min-width: 120px;
    border-radius: 10px;
    height: 40px;
    padding: 5px 10px;
    border: none;
    outline: none;
    background-image: linear-gradient(to left, #ed4c67, #d71d21, #6f1e51);
    transition: 0.3s;
height: 50px;
}
.TargetButton span{
/*width: calc(100% - 40px);*/
    display: block;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin-top: 3px;
text-align: center;
padding: 3px;
   
}
.AddressHolder{
display: block;
    float: right;
    width: 100%;
    box-shadow: 4px 7px 6px 5px #ffbbbb;
    border-radius: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    height: 625px;
    background-color: #fff;
}
.AddressHolder img{
width: 80px;
    height: 80px;
    margin-right: calc(50% - 40px);
    margin-top: 50px;
    border-radius: 10px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(100%) saturate(1807%) hue-rotate(339deg) brightness(82%) contrast(108%);
}
.AddressHolder h2{
margin-top: 50px;
    text-align: center;
    font-family: 'ISBold';
font-size: 22px !important;
}
.AddressHolder p {
font-size: 17px;
    margin-top: 20px;
    line-height: 2.7em;
    text-align: center;
}