.page-title-medium{
    margin-top: 110px;
}

.icerik iframe{
    max-width: 100%;
}

.margin-top-50{
    margin-top: 50px;
}

.butonlar{
    margin: 0 0 50px 0;
}

.butonlar a{
    margin: 0 20px;
}

.butonlar a i{
    font-size:17px;
    margin-right: 5px;
}

.butonlar a:last-child{
    background-color: #25d366 !important;
    border-color: #25d366 !important;
}

.butonlar a:last-child:hover{
    background-color: transparent !important;
    color: #25d366 !important;
}

@media (max-width: 991px) {
    .page-title-medium {
        margin-top: 0;
    }

    .icerik iframe{
        max-width: 100% !important;
        min-height: 350px !important;
    }

    .butonlar a{
        display: block;
        margin-bottom: 20px;
    }
}