.block-aboutme-1{padding: 0;}
.block-aboutme-1 .col-md-7,.col-md-5{
    padding: 0px;
}
.block-aboutme-1 img.img-aboutme-1 {
    width: 100%;
    box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.75);
}
.block-aboutme-1 .bg-aboutme-1 {
    background-color: var(--main-bg-color);
    box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.75);
}
.block-aboutme-1 .text-about-me{
	text-align: center;
}

h3.title-aboutme-1{
	font-size: 2rem;
	font-weight: 400;
}

p.detail-aboutme-1 {
    font-size: 1.5rem;
    font-weight: 200;
}
.card {
    position: absolute;
    margin-top: 165px;
    margin-left: -450px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 605px;
    height: 325px;
    border-radius: 5px;
    background-color: #ffffffc7;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-container{
	padding:30px;
}

@media (max-width: 769px){
    .card {
        position: absolute;
        margin-top: 120px;
        margin-left: 48px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        width: 700px;
        height: 292px;
        border-radius: 5px;
        background-color: #ffffff;

}

@media only screen and (max-width: 415px){
    .block-aboutme-1 img.img-aboutme-1{
        width: auto;

    }
    .card {
        position: absolute;
        margin-top: 40px;
        margin-left: 70px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        width: 302px;
        height: 479px;
        border-radius: 5px;
        background-color: #ffffff;
    }

}

@media (max-width: 376px){
    .block-aboutme-1 img.img-aboutme-1{
        width: auto;

    }
    .card {
        position: absolute;
        margin-top: 40px;
        margin-left: 48px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        width: 302px;
        height: 479px;
        border-radius: 5px;
        background-color: #ffffff;
    }

}

