.activity-info {
text-align: center;
padding: 0 15px;
}
.activity-info p {
margin: 0;
font-size: 20px;
font-weight: 500;
}
.activity-block {
padding: 50px 0;
}
.activity-wrapper {
width: 1150px;
margin: 0 auto;
max-width: 100%;
}
.activity-box {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
margin: 0 0 35px;
background: #fff;
}
.activity-box-img {
width: 50%;
position: relative;
}
.activity-box-txt {
    width: 50%;
padding: 20px;
}
.activity-box-txt h3 {
font-size: 30px;
font-family: 'Roboto', sans-serif;
font-weight: 600;
line-height: 1;
margin: 0 0 10px;
line-height: 1.3;
}
.activity-box-txt p {
font-size: 18px;
margin: 0 0 15px;
font-weight: 500;
}
.activity-link-btn a {
padding: 10px;
width: 300px;
display: block;
font-size: 18px;
text-align: center;
font-weight: 600;
position: relative;
z-index: 1;
background: #eee;
margin: 0 auto;
border-radius: 5px;
box-shadow: 1px 1px 1px #000;
}
.activity-link-btn a:hover {
text-decoration: none;
opacity: 0.8;
}
.activity-link-btn p {
text-align: center;
font-size: 15px;
}
.activity-logo-box {
position: absolute;
right: 1%;
bottom: 1%;
width: 20%;
}
@media (max-width: 766px) {
.activity-info p {
font-size: 18px;
}
.activity-box-img {
width: 100%;
}
.activity-box-txt {
width: 100%;
}
}
