﻿.ColumnRightBox-about {
    position: relative;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #c5d5e5cc;
    border-radius: 34px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    padding: 20px;
    font-family: IRANSans;
}

.title {
    color: #005f73;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.intro, .approach, .award, .info-title {
    padding: 15px 20px;
    color: #023047;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    line-height: 1.6;
}

.approach {
    font-size: 16px;
    margin-top: 20px;
}

.approach-list {
    color: #023047;
    text-align: justify;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.6;
}

.image-center {
    text-align: center;
    margin: 20px 0;
}

.wide-image {
    width: 100%;
    max-width: 730px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.info-label {
    padding: 10px 20px;
    color: #023047;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

.info-detail {
    padding: 0px 20px 10px 20px;
    color: #ee9b00;
    font-size: 16px;
}

.h_iframe-aparat_embed_frame {
    position: relative;
    margin: 20px 0;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 56.25%;
    }

    .h_iframe-aparat_embed_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

.titlepaypal {
    text-align: center;
    width: 360px;
    margin: 50px auto;
    direction: ltr
}

    .titlepaypal h1 {
        font-size: 20px;
        border-bottom: 3px solid #dbbb3b;
        margin-bottom: 10px;
        padding-bottom: 7px;
    }

#paypalaccounttype {
    font-size: 18px;
    background-color: #e3f2fd;
    border: 1px solid #ccc;
    border-radius: 34px;
    padding: 17px;
}

.paypalbtn {
    background: #56b0d9;
    width: 280px;
    height: 49px;
    padding: 10px;
    top: 256px;
    border: none;
    border-radius: 31px;
    font-family: iransans, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    transition: 0.2S;
}

@media only screen and (max-width: 768px) {
    .ColumnRightBox-about {
        top: 20px;
    }

    .titlepaypal {
        width: 90%;
    }
}
